diff --git a/bashrc b/bashrc index 281a690..3319f41 100644 --- a/bashrc +++ b/bashrc @@ -119,6 +119,10 @@ if [ -d ~/.config/dotfiles/bin ]; then export PATH=~/.config/dotfiles/bin:$PATH fi +if [ -d ~/.npmbin ]; then + export PATH=~/.npmbin/bin:$PATH +fi + source ~/.config/dotfiles/bash/git.bash # Source extra config if any