summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Fedele <dan.fedele@gmail.com>2020-05-09 10:28:40 -0400
committerGitHub <noreply@github.com>2020-05-09 10:28:40 -0400
commit29770b55a97d5a3e016b47236bc8ae3a5eaf7b9c (patch)
tree17fc16c56684490eab4f203524bb8b676bfcb5c5
parent85adec9014bd53fdcc8a5d4fc509f543c94cbc97 (diff)
added ref to functions file
-rw-r--r--master-bashrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/master-bashrc b/master-bashrc
index f85bf3e..25bede1 100644
--- a/master-bashrc
+++ b/master-bashrc
@@ -96,6 +96,11 @@ if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
+# I like my own functions file
+if [ -f ~/.bash_functions ]; then
+ . ~/.bash_functions ]; then
+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).