mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-24 00:06:32 +00:00
Add .local/bin to PATH
This commit is contained in:
parent
d423c7b771
commit
d8503c58ed
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user