Update after path

This commit is contained in:
Thomas Forgione 2019-05-03 10:52:01 +02:00
parent ef516d09b2
commit 2a724ea8af
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 4 additions and 1 deletions

5
bashrc
View File

@ -110,10 +110,13 @@ fi
# Add dotfiles scripts to the path
if [ -d ~/.config/dotfiles/bin ]; then
export PATH=~/.config/dotfiles/bin:$PATH
update startup
fi
# Source extra config if any
if [ -f ~/.config/dotfiles/bash/extraconfig.bash ]; then
source ~/.config/dotfiles/bash/extraconfig.bash
fi
if [ -d ~/.config/dotfiles/bin ]; then
update startup
fi