mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-24 05:16:30 +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
|
fi
|
||||||
|
|
||||||
# Home path
|
# Home path
|
||||||
export PATH=$HOME/bin:$PATH
|
export PATH=$HOME/bin:$HOME/.local/bin:$PATH
|
||||||
|
|
||||||
# Add RVM to PATH for scripting
|
# Add RVM to PATH for scripting
|
||||||
export PATH=$PATH:$HOME/.rvm/bin
|
export PATH=$PATH:$HOME/.rvm/bin
|
||||||
|
@ -39,4 +39,4 @@ if [ -d "$android_sdk" ]
|
|||||||
end
|
end
|
||||||
|
|
||||||
# Home path
|
# 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