From f83925bb8a957c052bc348f0ed69c4927a87c56b Mon Sep 17 00:00:00 2001 From: Colin Patrick McCabe Date: Wed, 19 May 2010 14:01:50 -0700 Subject: [PATCH] bashrc: source.bashrc-local if it exists --- .bashrc | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/.bashrc b/.bashrc index 3de959c..9abe74b 100644 --- a/.bashrc +++ b/.bashrc @@ -5,6 +5,10 @@ if [ -f /etc/bashrc ]; then . /etc/bashrc fi +if [ -f ~/.bashrc-local ]; then + . ~/.bashrc-local +fi + case $- in *i*) # interactive shell -- 1.6.6.rc1.39.g9a42