diff --git a/bash_profile.d/00_base.sh b/bash_profile.d/00_base.sh index 53f8f2d..e838245 100644 --- a/bash_profile.d/00_base.sh +++ b/bash_profile.d/00_base.sh @@ -25,6 +25,9 @@ export PATH="$HOME/.cargo/bin:$PATH" #yml2 #export PATH=$PATH:$HOME/src/yml2/ +#The USER scripts (my scripts) :) +export PATH=$PATH:"$HOME/HeckBashSetup/scripts" + export LANG=en_US.UTF-8 export TERM=xterm export EDITOR=vim