Support zsh-abbr
devnoname120 opened this issue · 0 comments
devnoname120 commented
Reproducing the issue
- Install zsh-abbr.
- Run
alias ll="ls -l"
. - Run
abbr import-aliases
. - Run
ll
. It's autoexpanded byzsh-abbr
. alias-tips
displays that I should usell
, which I already did