Update startup in bashrc

This commit is contained in:
2019-05-03 10:48:01 +02:00
parent 34b65924f0
commit ef516d09b2
2 changed files with 2 additions and 0 deletions

1
bashrc
View File

@@ -110,6 +110,7 @@ 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