Update bashrc
This commit is contained in:
parent
80636b14c4
commit
65f85d2c7e
4
bashrc
4
bashrc
@ -119,6 +119,10 @@ if [ -d ~/.config/dotfiles/bin ]; then
|
|||||||
export PATH=~/.config/dotfiles/bin:$PATH
|
export PATH=~/.config/dotfiles/bin:$PATH
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -d ~/.npmbin ]; then
|
||||||
|
export PATH=~/.npmbin/bin:$PATH
|
||||||
|
fi
|
||||||
|
|
||||||
source ~/.config/dotfiles/bash/git.bash
|
source ~/.config/dotfiles/bash/git.bash
|
||||||
|
|
||||||
# Source extra config if any
|
# Source extra config if any
|
||||||
|
Loading…
x
Reference in New Issue
Block a user