Added ability for local differences in the .bashrc.

This commit is contained in:
Scott Wallace 2014-11-12 16:58:37 +00:00
parent 9108957c08
commit b5a68866dd

View file

@ -71,3 +71,5 @@ _ssh() {
complete -o bashdefault -o default -o nospace -F _ssh ssh 2>/dev/null \
|| complete -o default -o nospace -F _ssh ssh
#--------------------------------------------------------------------------------
[ -f ~/.bashrc_local ] && source ~/.bashrc_local