Add .local/bin to PATH

This commit is contained in:
ViViDboarder 2017-10-31 18:38:31 -07:00
parent d423c7b771
commit d8503c58ed
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ if [ -d "$GOROOT" ]; then
fi
# Home path
export PATH=$HOME/bin:$PATH
export PATH=$HOME/bin:$HOME/.local/bin:$PATH
# Add RVM to PATH for scripting
export PATH=$PATH:$HOME/.rvm/bin

View File

@ -39,4 +39,4 @@ if [ -d "$android_sdk" ]
end
# Home path
set -gx PATH $HOME/bin $PATH
set -gx PATH $HOME/bin $HOME/.local/bin $PATH