Extraconfig.bash

This commit is contained in:
Thomas Forgione 2019-05-03 10:21:34 +02:00
parent 48ed262105
commit 109cd43bed
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 5 additions and 0 deletions

5
bashrc
View File

@ -111,3 +111,8 @@ fi
if [ -d ~/.config/dotfiles/bin ]; then
export PATH=~/.config/dotfiles/bin:$PATH
fi
# Source extra config if any
if [ -f ~/.config/dotfiles/bash/extraconfig.bash ]; then
source ~/.config/dotfiles/bash/extraconfig.bash
fi