dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit d903b0e8969d7c869520f7f35959087b16257271 (patch)
parent 29d3b0d2df2a7fdaffc2a55b2bf45823d2a62e4f
Author: Alexander Karle <akarle@umass.edu>
Date:   Tue,  2 Jan 2018 14:56:00 +0000

Syntax error in setup.sh

Diffstat:
Msetup.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.sh b/setup.sh @@ -2,7 +2,7 @@ # this file sets up vimrc and tmux.conf # Set up vimrc -VIMHOME="~/.vim" +VIMHOME=~/.vim if [ ! -d $VIMHOME ]; then echo "Making ~/.vim" mkdir $VIMHOME