fixed typos

This commit is contained in:
Stefen Auris 2019-02-14 11:35:51 -05:00
parent e7a3b5b6e4
commit f59fed3853
2 changed files with 1 additions and 38 deletions

View file

@ -26,7 +26,7 @@ fi
#install spacevim
echo "Installing Space VIM!"
mv "$HOME/.vim" "$HOME/.vimim_bk"
mv "$HOME/.vim" "$HOME/.vim_bk"
mv "$HOME/.vimrc" "$HOME/.vimrc_bk"
bash <(curl -fsSL https://raw.githubusercontent.com/liuchengxu/space-vim/master/install.sh)