added gopath/bin to PATH

This commit is contained in:
2019-05-03 13:24:35 -06:00
parent a1f6f309a7
commit 80454ee316
+1 -1
View File
@@ -13,12 +13,12 @@ if [[ $- != *i* ]] ; then
fi
#Shell Variables
PATH="/home/ewpt3ch/bin:/home/ewpt3ch/tmux:${PATH}:./:"
export EDITOR=vim
export PAGER=less
export LIBVA_DRIVER_NAME=vdpau
export BROWSER=firefox-developer
export GOPATH="/home/ewpt3ch/go"
PATH="/home/ewpt3ch/bin:/home/ewpt3ch/tmux:${GOPATH}/bin:${PATH}:./:"
#Create dirs for things that won't themselves
mkdir -p /tmp/ewpt3ch-cache/chrome