remove line break from .vim dir check

This commit is contained in:
infidel 2022-07-07 00:37:00 +07:00
parent 403aed266a
commit e738b1360d

View File

@ -40,7 +40,6 @@ user_install () {
if [ -d "$HOME/.vim" ] ; then
echo -e "\tExisting .vim directory detected..."
mv "$HOME/.vim" "$HOME/.vim.bak"
read -p "...."
fi
ln -sf $(pwd)/.vim/ /home/$(whoami)/