From 65f85d2c7efd5000233746b7a2f0e2b110bc980d Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Sat, 14 Nov 2020 18:55:27 +0100 Subject: [PATCH] Update bashrc --- bashrc | 4 ++++ 1 file changed, 4 insertions(+) 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