bash-sources Purpose Used for .bashrc, providing aliases and other configuration. Sources for this repo nixCraft/aliases git/completion How to use Update your .bashrc or .bash_profile with the following snippet. DIR=~/.bash-sources for i in $DIR/*.bash; do echo "Loading $i ..." source $i done