From 394b28d0ba6ac637876afe70006f22a27bfd6581 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Wed, 5 Jun 2019 19:09:37 -0700 Subject: [PATCH] add comment --- install | 1 + 1 file changed, 1 insertion(+) diff --git a/install b/install index 1d5891a..28cb2a9 100755 --- a/install +++ b/install @@ -130,6 +130,7 @@ for d in sh .vim .mpv; do softlink "$d" "$r" done +# ensure that .bashrc gets executed if [ ! -e .bash_profile ] || ! grep -qF .bashrc .bash_profile; then echo >> .bash_profile echo '[[ -f ~/.bashrc ]] && . ~/.bashrc' >> .bash_profile