From 7f575cc8d915b79de893c667fdaa6fa6e431baaa Mon Sep 17 00:00:00 2001 From: Dan Fedele Date: Tue, 2 Jun 2020 14:33:50 -0400 Subject: WTF was this? Smooshed a nasty bashrc bug --- master-bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3