added gopath/bin to PATH
This commit is contained in:
@@ -13,12 +13,12 @@ if [[ $- != *i* ]] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
#Shell Variables
|
#Shell Variables
|
||||||
PATH="/home/ewpt3ch/bin:/home/ewpt3ch/tmux:${PATH}:./:"
|
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
export PAGER=less
|
export PAGER=less
|
||||||
export LIBVA_DRIVER_NAME=vdpau
|
export LIBVA_DRIVER_NAME=vdpau
|
||||||
export BROWSER=firefox-developer
|
export BROWSER=firefox-developer
|
||||||
export GOPATH="/home/ewpt3ch/go"
|
export GOPATH="/home/ewpt3ch/go"
|
||||||
|
PATH="/home/ewpt3ch/bin:/home/ewpt3ch/tmux:${GOPATH}/bin:${PATH}:./:"
|
||||||
|
|
||||||
#Create dirs for things that won't themselves
|
#Create dirs for things that won't themselves
|
||||||
mkdir -p /tmp/ewpt3ch-cache/chrome
|
mkdir -p /tmp/ewpt3ch-cache/chrome
|
||||||
|
|||||||
Reference in New Issue
Block a user