Update after path
This commit is contained in:
parent
ef516d09b2
commit
2a724ea8af
5
bashrc
5
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
|
||||
|
|
Loading…
Reference in New Issue