From 599e1315ce9be32944681ff4e88fc5afa8ae81b8 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Fri, 19 Aug 2022 16:08:04 +0200 Subject: fixed path in profile; hlsearch false; location lua-lang-server; wallpaper shortcut; --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bash_profile') 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 -- cgit v1.2.3