zsh-fast-alias-tips
zsh-fast-alias-tips copied to clipboard
Do not show tip when the input command is shorter
e.g.
alias run-help=man
man awk
Expected behavior:
(nothing output)
Actual behavior:
💡 run-help awk