moved gopath infront of path so definition sticks
This commit is contained in:
@@ -13,10 +13,10 @@ if [[ $- != *i* ]] ; then
|
||||
fi
|
||||
|
||||
#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 PAGER=less
|
||||
export GOPATH="/home/ewpt3ch/go"
|
||||
|
||||
#Create dirs for things that won't themselves
|
||||
mkdir -p /tmp/makepkg
|
||||
|
||||
Reference in New Issue
Block a user