summaryrefslogtreecommitdiff
path: root/master-bashrc
diff options
context:
space:
mode:
authorDan Fedele <dan.fedele@gmail.com>2020-06-02 14:33:50 -0400
committerGitHub <noreply@github.com>2020-06-02 14:33:50 -0400
commit7f575cc8d915b79de893c667fdaa6fa6e431baaa (patch)
tree820bc0fb8941fea92ae0f5d8816fc25f6707ddc1 /master-bashrc
parente427dcc3ad6d3f20ae3351343f416c68cb432835 (diff)
WTF was this? Smooshed a nasty bashrc bug
Diffstat (limited to 'master-bashrc')
-rw-r--r--master-bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/master-bashrc b/master-bashrc
index 25bede1..d509df6 100644
--- a/master-bashrc
+++ b/master-bashrc
@@ -98,7 +98,7 @@ fi
# I like my own functions file
if [ -f ~/.bash_functions ]; then
- . ~/.bash_functions ]; then
+ . ~/.bash_functions
fi
# enable programmable completion features (you don't need to enable