commit 0da5ded3eda8879022bffc61185ffbbc5a664ae3
parent 0375be7b52b73d5e6ee6a6bf865a98a9315d3644
Author: Chris Bracken <cbracken@google.com>
Date: Thu, 11 Oct 2012 15:58:44 -0700
Added .bash_functions to .bashrc
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.bashrc b/.bashrc
@@ -75,6 +75,10 @@ if [ -f ~/.colors ]; then
. ~/.colors
fi
+if [ -f ~/.bash_functions ]; then
+ . ~/.bash_functions
+fi
+
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).