From ba87f35f4fe15b310eba66b8535050fac9cb3e20 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Tue, 20 Aug 2024 08:36:17 -0400 Subject: [PATCH] Fix the vim hook in the installer --- startup_hooks/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup_hooks/install.sh b/startup_hooks/install.sh index 07bcbd0..2867e6a 100755 --- a/startup_hooks/install.sh +++ b/startup_hooks/install.sh @@ -36,7 +36,7 @@ then fi echo "Installing vim setup" -ln -s `echo ${CSHENV_DIR}`/vim ~/.vim +ln -s `echo ${CSHENV_LOCATION}`/vim ~/.vim ln -s ~/.vim/vimrc ~/.vimrc if [ -e ~/.gitconfig ]