Skip to content
New issue

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

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

Already on GitHub? # to your account

Hardcore mode does not show all aliases #144

Open
rusmux opened this issue Feb 11, 2025 · 0 comments
Open

Hardcore mode does not show all aliases #144

rusmux opened this issue Feb 11, 2025 · 0 comments

Comments

@rusmux
Copy link

rusmux commented Feb 11, 2025

In .zshrc:

export YSU_MODE=ALL

In shell:

git status

Found existing alias for "git". You should use: "g"
Found existing alias for "git status". You should use: "gst"
Found existing git alias for "status". You should use: "git s"

Now add export YSU_HARDCORE=1:

git status

Found existing alias for "git". You should use: "g"
Found existing alias for "git status". You should use: "gst"
You Should Use hardcore mode enabled. Use your aliases!

The last alias is not shown with hardcore mode on.

OS: Darwin 24.3.0 Darwin Kernel Version 24.3.0: Thu Jan  2 20:24:06 PST 2025; root:xnu-11215.81.4~3/RELEASE_ARM64_T8103 arm64
ZSH: zsh 5.9 (arm64-apple-darwin24.0)
YSU: 1.9.0
Installation: oh-my-zsh
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant