Update startup in bashrc

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

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
zsh/extraconfig.zsh
zsh/env.zsh
bash/extraconfig.bash
.data

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