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:
parent
99a18f6dbe
commit
2fa36ccf9d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue