ldmcdaniel / dotfiles

My dotfiles Installation with Interactive Menu
MIT License
5 stars 1 forks source link

Change "Please answer Yes or No" #2

Open luketlancaster opened 7 years ago

luketlancaster commented 7 years ago

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?

ldmcdaniel commented 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!