diff --git a/tilde/bash_profile.bash b/tilde/bash_profile.bash index 8e65d89..e0d146d 100644 --- a/tilde/bash_profile.bash +++ b/tilde/bash_profile.bash @@ -32,6 +32,7 @@ export LANG="en_US" # Extend $PATH [ -d ~/bin ] && PATH="~/bin:$PATH" +[ -d /usr/local/share/npm/bin ] && PATH="/usr/local/share/npm/bin:$PATH" PATH="/usr/local/bin:$PATH" command -v brew >/dev/null 2>&1 && PATH="$(brew --prefix coreutils)/libexec/gnubin:$PATH" export PATH