Extraconfig.bash
This commit is contained in:
parent
48ed262105
commit
109cd43bed
5
bashrc
5
bashrc
|
@ -111,3 +111,8 @@ fi
|
||||||
if [ -d ~/.config/dotfiles/bin ]; then
|
if [ -d ~/.config/dotfiles/bin ]; then
|
||||||
export PATH=~/.config/dotfiles/bin:$PATH
|
export PATH=~/.config/dotfiles/bin:$PATH
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Source extra config if any
|
||||||
|
if [ -f ~/.config/dotfiles/bash/extraconfig.bash ]; then
|
||||||
|
source ~/.config/dotfiles/bash/extraconfig.bash
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in New Issue