Fix installation script wrt vim config.

This commit is contained in:
2020-03-24 17:08:19 -04:00
parent f33ebf8b32
commit 918439371c

View File

@ -36,7 +36,8 @@ then
fi
echo "Installing vim setup"
ln -s ${CSHENV_DIR}/vim ~/.vim
ln -s `echo ${CSHENV_DIR}`/vim ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
if [ -e ~/.gitconfig ]
then