diff options
Diffstat (limited to '.bash_profile')
| -rwxr-xr-x | .bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile index 2f4c170..9b25bc6 100755 --- a/.bash_profile +++ b/.bash_profile @@ -1,5 +1,5 @@ # Add various paths -export PATH="$PATH:usr/local/lib:$HOME/.cargo/bin:$HOME/.local/bin" +export PATH="$PATH:/usr/local/lib:$HOME/.cargo/bin:$HOME/.local/bin" # Path for Android Development export ANDROID_HOME=$HOME/Android/Sdk |
