Update path with bin-extra

This commit is contained in:
Thomas Forgione 2020-02-14 16:23:29 +01:00
parent fdcb232983
commit 2b0b947b38
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ if [ -d "$HOME/.scripts" ]; then
export PATH=$HOME/.scripts:$PATH
fi
if [ -d "$HOME/.config/dotfiles/bin-extra" ]; then
export PATH=$HOME/.config/dotfiles/bin-extra:$PATH
fi
# Rust path
if [ -d $HOME/.cargo ]; then
export PATH=$HOME/.cargo/bin:$PATH