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
|
# Add dotfiles scripts to the path
|
||||||
if [ -d ~/.config/dotfiles/bin ]; then
|
if [ -d ~/.config/dotfiles/bin ]; then
|
||||||
export PATH=~/.config/dotfiles/bin:$PATH
|
export PATH=~/.config/dotfiles/bin:$PATH
|
||||||
update startup
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Source extra config if any
|
# Source extra config if any
|
||||||
if [ -f ~/.config/dotfiles/bash/extraconfig.bash ]; then
|
if [ -f ~/.config/dotfiles/bash/extraconfig.bash ]; then
|
||||||
source ~/.config/dotfiles/bash/extraconfig.bash
|
source ~/.config/dotfiles/bash/extraconfig.bash
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -d ~/.config/dotfiles/bin ]; then
|
||||||
|
update startup
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in New Issue