remove line break from .vim dir check
This commit is contained in:
parent
403aed266a
commit
e738b1360d
@ -40,7 +40,6 @@ user_install () {
|
|||||||
if [ -d "$HOME/.vim" ] ; then
|
if [ -d "$HOME/.vim" ] ; then
|
||||||
echo -e "\tExisting .vim directory detected..."
|
echo -e "\tExisting .vim directory detected..."
|
||||||
mv "$HOME/.vim" "$HOME/.vim.bak"
|
mv "$HOME/.vim" "$HOME/.vim.bak"
|
||||||
read -p "...."
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ln -sf $(pwd)/.vim/ /home/$(whoami)/
|
ln -sf $(pwd)/.vim/ /home/$(whoami)/
|
||||||
|
Loading…
Reference in New Issue
Block a user