diff --git a/neovim.sh b/neovim.sh index 787894d..fef8b7c 100644 --- a/neovim.sh +++ b/neovim.sh @@ -242,6 +242,8 @@ PACKAGE=nvim if command_exists "$PACKAGE"; then + upclear + pen bold yellow "$PACKAGE is already installed!" pen bold yellow "Exiting now!" exit 69