Add the repo as ~/.bashrc.griznog.d
git clone [email protected]:griznog/griznogotopia-bashrc.git ${HOME}/.bashrc.griznog.d
To the end of your ~/.bashrc file, add
# Include griznog foo.
for file in ${HOME}/.bashrc.griznog.d/*.sh; do
. ${file}
done