fix host specific
This commit is contained in:
parent
d6593cec58
commit
8edc3e594f
3
_bashrc
3
_bashrc
@ -54,6 +54,9 @@ fi
|
||||
if [ -f ~/.bash_aliases_$(hostname -s) ]; then
|
||||
. ~/.bash_aliases_$(hostname -s)
|
||||
fi
|
||||
if [ -f ~/.bashrc_$(hostname -s) ]; then
|
||||
. ~/.bashrc_$(hostname -s)
|
||||
fi
|
||||
|
||||
# enable programmable completion features (you don't need to enable
|
||||
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
|
||||
|
Loading…
Reference in New Issue
Block a user