Update bashrc

This commit is contained in:
Thomas Forgione 2020-11-14 18:55:27 +01:00
parent 80636b14c4
commit 65f85d2c7e
1 changed files with 4 additions and 0 deletions

4
bashrc
View File

@ -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