ohmyzsh / ohmyzsh

🙃 A delightful community-driven (with 2,300+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.

Home Page:https://ohmyz.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command to print all aliases in Kubectl

lautalom opened this issue · comments

If the feature request is for a plugin or theme, specify it here.

Kubectl

If the feature solves a problem you have, specify it here.

This feature should be a standard in all "alias" plugins IMHO.

Describe the proposed feature.

In a git plugin I use, I typically run something like galias | grep rebase to know all git rebase aliases of the plugin.

I would love the same feature here

Describe alternatives you've considered

No response

Additional context

No response

Related Issues

No response

Hi! You can take advantage of aliases plugin. als kubectl will print all your aliases regarding it! You can as well search als "git commit" and it'll give only the ones that matter to commit, for example.