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 ]