diff --git a/install b/install index cf6678f..7129a01 100755 --- a/install +++ b/install @@ -69,6 +69,7 @@ fzf_base="$(pwd)" ask() { while true; do read -p "$1 ([y]/n) " -r + REPLY=${REPLY:-"y"} if [[ $REPLY =~ ^[Yy]$ ]]; then return 1 elif [[ $REPLY =~ ^[Nn]$ ]]; then