From b5a68866dd2410fda632265ed75dd32c45e02eb1 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Wed, 12 Nov 2014 16:58:37 +0000 Subject: [PATCH] Added ability for local differences in the .bashrc. --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index e98aa08..3f5e6ff 100644 --- a/.bashrc +++ b/.bashrc @@ -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