Added bashlocal source for computer-specific aliasing

This commit is contained in:
Brad Ganley 2023-01-15 15:14:39 -06:00
parent 7737d68812
commit 74f1200c25

10
.bashrc
View File

@ -111,6 +111,16 @@ if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
############################
# This allows you to have #
# a local aliases file #
# not affected by this #
# git repo #
############################
if [ -f ~/.bashlocal ]; then
. ~/.bashlocal
fi
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).