diff --git a/.config/shell/profile b/.config/shell/profile index a4b8fb0c..84fce2c6 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -3,7 +3,7 @@ # profile file. Runs on login. Environmental variables are set here. # Adds `~/.local/bin` to $PATH -export PATH="$PATH:${$(find -L ~/.local/bin -type d -printf %p:)%%:}" +export PATH="$PATH:~/.local/share/npm-global/bin:${$(find -L ~/.local/bin -type d -printf %p:)%%:}" unsetopt PROMPT_SP