I run the following command unsuccessfully
dir
and I get
zsh: correct 'dir' to 'gdir' [nyae]?
What does [nyae] mean in Zsh?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
zshhas a powerful correction mechanism. If you type a command in the wrong way it suggests corrections.What happend here is that
diris an unknown command andzshsuggestsgdir, while maybelswas what you wanted.gdirhity(yes)diranyway hitn(no)lshita(abort) and type your commandudirhite(edit) and edit your command.