Fix the vim hook in the installer

This commit is contained in:
2024-08-20 08:36:17 -04:00
parent 4fb661d3cf
commit ba87f35f4f

View File

@ -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 ]