From 26162473617a9123d045736f37747c42479c2a8a Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sun, 20 Nov 2011 07:26:15 +0800 Subject: [PATCH] Add support for local bashrc --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index eeea0bc..d95f012 100644 --- a/.bashrc +++ b/.bashrc @@ -63,3 +63,5 @@ fi # [[ -s "/etc/bash_completion" ]] && source "/etc/bash_completion" [[ -s "/usr/local/etc/bash_completion" ]] && source "/usr/local/etc/bash_completion" +# +[[ -s "$HOME/.bashrc.local" ]] && source "$HOME/.bashrc.local"