fix host specific

This commit is contained in:
Meutel 2017-05-01 19:16:37 +02:00
parent d6593cec58
commit 8edc3e594f

View File

@ -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