MichaelAquilina / zsh-you-should-use

📎 ZSH plugin that reminds you to use existing aliases for commands you just typed
GNU General Public License v3.0
1.41k stars 44 forks source link

"disabling aliases" renamed to "disabling hints" #112

Closed chrisgrieser closed 2 years ago

chrisgrieser commented 2 years ago

The phrasing of "disabling" aliases is quite confusing, at first I thought it would turn the aliases completely off, which it does not. I changed the wording to "ignore aliases" to make the feature more clear.

Great little tool btw, thanks a lot for it!

MichaelAquilina commented 2 years ago

I can see how "disabling aliases" is actually quite confusing. But I'm not sure "ignoring aliases" is any better.

Maybe "disable_alias_hints"?

chrisgrieser commented 2 years ago

good point, I fixed it

chrisgrieser commented 2 years ago

Ah, first time encountering .rst, sorry! But found the issue, lint check passes now.

MichaelAquilina commented 2 years ago

Thanks for the PR @chrisgrieser :)