diff options
author | Dan Fedele <dan.fedele@gmail.com> | 2020-06-02 14:33:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-02 14:33:50 -0400 |
commit | 7f575cc8d915b79de893c667fdaa6fa6e431baaa (patch) | |
tree | 820bc0fb8941fea92ae0f5d8816fc25f6707ddc1 | |
parent | e427dcc3ad6d3f20ae3351343f416c68cb432835 (diff) |
WTF was this? Smooshed a nasty bashrc bug
-rw-r--r-- | master-bashrc | 2 |
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 |