issues
search
djui
/
alias-tips
An oh-my-zsh plugin to help remembering those aliases you defined once
786
stars
50
forks
source link
Support zsh-abbr
#61
Open
devnoname120
opened
2 years ago
devnoname120
commented
2 years ago
Reproducing the issue
Install
zsh-abbr
.
Run
alias ll="ls -l"
.
Run
abbr import-aliases
.
Run
ll
. It's autoexpanded by
zsh-abbr
.
alias-tips
displays that I should use
ll
, which I already did
Reproducing the issue
alias ll="ls -l"
.abbr import-aliases
.ll
. It's autoexpanded byzsh-abbr
.alias-tips
displays that I should usell
, which I already did