Open luketlancaster opened 7 years ago
True. That would be clearer. I don't know a lot of shell script, but I thought [Yy]*
used the wildcard and would accept y
or yes
or yeah
. That was my thinking, although unconfirmed. I will look into it. Thanks for the suggestions!
On lines like these:
https://github.com/ldmcdaniel/dotfiles/blob/master/.scripts/install_zsh.sh#L12
Change it to `Please answer Y/y or N/n' (or something). Unless I'm off, "Yes" != "y", right?