diff options
Diffstat (limited to '.bash_profile')
| -rwxr-xr-x | .bash_profile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.bash_profile b/.bash_profile index 9b25bc6..772f3dc 100755 --- a/.bash_profile +++ b/.bash_profile @@ -1,6 +1,3 @@ -# Add various paths -export PATH="$PATH:/usr/local/lib:$HOME/.cargo/bin:$HOME/.local/bin" - # Path for Android Development export ANDROID_HOME=$HOME/Android/Sdk export PATH=$PATH:$ANDROID_HOME/emulator @@ -8,6 +5,9 @@ export PATH=$PATH:$ANDROID_HOME/tools export PATH=$PATH:$ANDROID_HOME/tools/bin export PATH=$PATH:$ANDROID_HOME/platform-tools +# Add various paths +export PATH="$PATH:$HOME/.cargo/bin:$HOME/.fzf/bin:$HOME/.rvm/bin" + [[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* |
