Revert "Explicitly specify no input from terminal in post-up hook"

This reverts commit 99a18f6dbe.

Users reported problems after this change, so I'm pulling it.
This commit is contained in:
Geoff Harcourt 2017-01-24 10:39:58 -05:00
parent 99a18f6dbe
commit 2fa36ccf9d

View file

@ -6,7 +6,7 @@ if [ ! -e "$HOME"/.vim/autoload/plug.vim ]; then
curl -fLo "$HOME"/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
fi
vim -u "$HOME"/.vimrc.bundles +PlugInstall +PlugClean! +qa -
vim -u "$HOME"/.vimrc.bundles +PlugInstall +PlugClean! +qa
# detect old OS X broken /etc/zshenv and suggest rename
if grep -qw path_helper /etc/zshenv 2>/dev/null; then