moved gopath infront of path so definition sticks

This commit is contained in:
2019-05-05 03:08:28 +00:00
parent 18c6f7ca08
commit 9f807be1e4
+2 -2
View File
@@ -13,10 +13,10 @@ if [[ $- != *i* ]] ; then
fi fi
#Shell Variables #Shell Variables
PATH="/home/ewpt3ch/bin:/home/ewpt3ch/tmux:${GOPATH}:${PATH}:./:" export GOPATH="/home/ewpt3ch/go"
PATH="/home/ewpt3ch/bin:/home/ewpt3ch/tmux:${GOPATH}/bin:${PATH}:./:"
export EDITOR=nvim export EDITOR=nvim
export PAGER=less export PAGER=less
export GOPATH="/home/ewpt3ch/go"
#Create dirs for things that won't themselves #Create dirs for things that won't themselves
mkdir -p /tmp/makepkg mkdir -p /tmp/makepkg