diff options
Diffstat (limited to 'master-bashrc')
-rw-r--r-- | master-bashrc | 5 |
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). |