MichaelAquilina/zsh-you-should-use

Partial use of an alias precludes the detection of a better alias

NightMachinery opened this issue · 1 comments

Issue Details

❯ git remote -v
...

found alias for git remote: gr
found alias for git remote -v: grv
~/Base/_Code/Python/betterborg master*
❯ g remote -v
...
# No detection

How is zsh-you-should-use installed?

  • zplug
  • oh-my-zsh
  • Antigen
  • Other (please specify)

Antibody

zshrc

antibody bundle "MichaelAquilina/zsh-you-should-use"
export YSU_MESSAGE_POSITION="after"
export YSU_MESSAGE_FORMAT="$(tput setaf 1)found %alias_type for %command: %alias$(tput sgr0)"
export YSU_MODE=ALL #BESTMATCH or ALL
export YSU_IGNORED_ALIASES=("g" "ll")

Actually seems to be a duplicate of #79