moved gopath infront of path so definition sticks
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user