diff --git a/bashrc b/bashrc index cbf8099..7738cbd 100644 --- a/bashrc +++ b/bashrc @@ -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