diff --git a/bashrc b/bashrc index d8938ee..942a70b 100644 --- a/bashrc +++ b/bashrc @@ -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