diff --git a/applications/youcompleteme.sh b/applications/youcompleteme.sh index 4efb148..aa924a1 100755 --- a/applications/youcompleteme.sh +++ b/applications/youcompleteme.sh @@ -1,8 +1,8 @@ #!/bin/zsh -echo "Make sure this is in your .vimrc" -echo "Plug 'https://github.com/Valloric/YouCompleteMe'" if [ ! "$1" = "-y" ]; then # They want to assume yes, require no user input + echo "Make sure this is in your .vimrc" + echo "Plug 'https://github.com/Valloric/YouCompleteMe'" echo -n "Press enter to continue..." read a fi