Add support for local bashrc file
This commit is contained in:
parent
60490d096c
commit
9dc27648c5
4
.bashrc
4
.bashrc
@ -126,6 +126,10 @@ if [ -f ~/.bash_aliases2 ]; then
|
||||
. ~/.bash_aliases2
|
||||
fi
|
||||
|
||||
if [ -f ~/.bashrc2 ]; then
|
||||
. ~/.bashrc2
|
||||
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).
|
||||
|
Loading…
Reference in New Issue
Block a user