diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-08-19 16:08:04 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-08-19 16:08:04 +0200 |
| commit | 599e1315ce9be32944681ff4e88fc5afa8ae81b8 (patch) | |
| tree | 09de2a234c90006599a6492e5edc056438ce61b2 /.bash_profile | |
| parent | 3ebcff4b63ec18eff416f413ae826e4f0990a575 (diff) | |
fixed path in profile; hlsearch false; location lua-lang-server; wallpaper shortcut;
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 |
