diff --git a/.config/shell/profile b/.config/shell/profile index 1b84213a..587f04d0 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -6,7 +6,7 @@ # to clean up. # Adds `~/.local/bin` to $PATH -export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}" +export PATH="$PATH:${$(find $HOME/.local/bin -type d -printf %p:)%%:}" unsetopt PROMPT_SP