commit 9ce3a90dd6c6c38b27114a4a31a985debbc5f02a parent ccd808649c5762ed24d7391a1f1722694d09e71c Author: tongong <tongong@gmx.net> Date: Mon, 25 Oct 2021 16:58:57 +0200 fixed npm path Diffstat:
M | profile | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/profile b/profile @@ -16,6 +16,11 @@ if [ -d "$HOME/.scripts" ] ; then PATH="$HOME/.scripts:$PATH" fi +# set PATH so it includes npm bin if it exists +if [ -d "$HOME/.npm-global/bin" ] ; then + PATH="$HOME/.npm-global/bin:$PATH" +fi + # environment variables export EDITOR=nvim export VISUAL=nvim