install-symlinks: need /bin/bash, not POSIX sh
[cmccabe-etc] / .bashrc
diff --git a/.bashrc b/.bashrc
index 3de959c..9abe74b 100644 (file)
--- 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