diff --git a/.config/zsh/zshrc b/.config/zsh/zshrc index 8dd2281..7198035 100644 --- a/.config/zsh/zshrc +++ b/.config/zsh/zshrc @@ -26,6 +26,7 @@ bindkey "^[[B" history-beginning-search-forward-end export PATH=$HOME/.local/bin:$PATH export PATH=$HOME/.local/share/cargo/bin:$PATH export PATH=$HOME/.local/share/go/bin:$PATH +export PATH=$HOME/.local/share/npm/bin:$PATH export PATH=$HOME/tools/nvim:$PATH export PATH=$HOME/.config/scripts/applications:$PATH export PATH=$HOME/.config/scripts/util:$PATH