Skip to content

Commit 56cff30

Browse files
authored
Update installer.sh
1 parent 9aa1347 commit 56cff30

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

installer.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ IS_NIXOS=$(if [ -d /etc/nixos ] && [ -f /etc/os-release ] && grep -q "NAME=\"Nix
2020

2121
## INSTALL NormalNvim
2222
###############################################################################
23+
echo
2324
echo "Welcome to NormalNvim!"
2425
echo "=================================================================="
2526
echo "This installer will ask you for confirmation on every step before:"
@@ -35,8 +36,8 @@ echo
3536
echo "Step 1: Cloning NormalNvim on ~/.config/nvim"
3637
echo "------------------------------------------------------------------"
3738
if [ -d ~/.config/nvim ]; then
38-
echo "ERROR: The directory '~/.config/nvim' already exist. "\
39-
"Please move it to a different location before installing NormalNvim."
39+
echo "ERROR: The directory ~/.config/nvim already exist."
40+
echo " Please move it to a different location before installing."
4041
exit 1
4142
fi
4243
echo "INFO: Installing NormalNvim in '~/.config/nvim'"

0 commit comments

Comments
 (0)