dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 572ee06a96f6a90f9878c44a3a5eea2a0fe90504
parent d70f7278fe90a49cca227ed8bb28f58084c95e83
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Thu, 10 Dec 2015 11:30:05 +0100

change neovim upgrade prompt

Diffstat:
Mbin/uu | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/uu b/bin/uu @@ -28,7 +28,7 @@ pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs sudo pip install -U # neovim if [[ "$UNAMESTR" == 'Darwin' ]]; then - read -p "Do you want to force a neovim upgrade? [y/n]" -n 1 -r + read -p "Do you want to force a neovim upgrade? [y/N] " -n 1 -r echo if [[ $REPLY =~ ^[Yy]$ ]]; then brew reinstall --HEAD neovim