Added bashlocal source for computer-specific aliasing
This commit is contained in:
parent
7737d68812
commit
74f1200c25
10
.bashrc
10
.bashrc
@ -111,6 +111,16 @@ if [ -f ~/.bash_aliases ]; then
|
|||||||
. ~/.bash_aliases
|
. ~/.bash_aliases
|
||||||
fi
|
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
|
# enable programmable completion features (you don't need to enable
|
||||||
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
|
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
|
||||||
# sources /etc/bash.bashrc).
|
# sources /etc/bash.bashrc).
|
||||||
|
Loading…
Reference in New Issue
Block a user