diff --git a/.zprofile b/.zprofile index d055e02..cb1f22f 100644 --- a/.zprofile +++ b/.zprofile @@ -1,4 +1,4 @@ -export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}" +export PATH="${$(find ~/.local/bin -type d -printf %p:)%%:}:$PATH" # default apps export EDITOR="nvim"