Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
1 of 4 tasks
NightMachinery opened this issue Apr 6, 2020 · 1 comment
Closed
1 of 4 tasks

Comments

@NightMachinery
Copy link

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")
@NightMachinery
Copy link
Author

Actually seems to be a duplicate of #79

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant