ohmyzsh: kubectl alias conflicts with "supercrabtree/k" plugin
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Reactions: 7
- Comments: 17 (10 by maintainers)
Commits related to this issue
- kubectl: use kubectl to define aliases This prevents conflicts with other utilities named k (see #6408). — committed to ohmyzsh/ohmyzsh by mcornella 6 years ago
- kubectl: use kubectl to define aliases This prevents conflicts with other utilities named k (see #6408). — committed to lellisls/oh-my-zsh by mcornella 6 years ago
- kubectl: use kubectl to define aliases This prevents conflicts with other utilities named k (see #6408). — committed to seth-cohen/oh-my-zsh by mcornella 6 years ago
- kubectl: use kubectl to define aliases This prevents conflicts with other utilities named k (see #6408). — committed to jmartindf/oh-my-zsh by mcornella 6 years ago
- kubectl: use kubectl to define aliases This prevents conflicts with other utilities named k (see #6408). — committed to sagischwarz/ohmyzsh by mcornella 6 years ago
- kubectl: rename k alias (#7749) This uses `ku` instead of `k` as an alias for kubectl. Fixes #6408 — committed to mcornella/ohmyzsh by mcornella 5 years ago
- kubectl: rename k alias (#7749) This uses `ku` instead of `k` as an alias for kubectl. Fixes #6408 — committed to wanwenli/oh-my-zsh by mcornella 5 years ago
- Revert "kubectl: rename k alias" (#7817) This reverts commit 978b724c4aeef4113773e27e60fd20af12ca57b8 (#7749) See https://github.com/robbyrussell/oh-my-zsh/issues/6408#issuecomment-485718042 and l... — committed to ohmyzsh/ohmyzsh by mcornella 5 years ago
- Revert "kubectl: rename k alias" (#7817) This reverts commit 978b724c4aeef4113773e27e60fd20af12ca57b8 (#7749) See https://github.com/robbyrussell/oh-my-zsh/issues/6408#issuecomment-485718042 and l... — committed to wanwenli/oh-my-zsh by mcornella 5 years ago
- kubectl: rename k alias (#7749) This uses `ku` instead of `k` as an alias for kubectl. Fixes #6408 — committed to atsuya/oh-my-zsh by mcornella 5 years ago
- Revert "kubectl: rename k alias" (#7817) This reverts commit 978b724c4aeef4113773e27e60fd20af12ca57b8 (#7749) See https://github.com/robbyrussell/oh-my-zsh/issues/6408#issuecomment-485718042 and l... — committed to atsuya/oh-my-zsh by mcornella 5 years ago
- kubectl: rename k alias (#7749) This uses `ku` instead of `k` as an alias for kubectl. Fixes #6408 — committed to dukegod/oh-my-zsh by mcornella 5 years ago
- Revert "kubectl: rename k alias" (#7817) This reverts commit 978b724c4aeef4113773e27e60fd20af12ca57b8 (#7749) See https://github.com/robbyrussell/oh-my-zsh/issues/6408#issuecomment-485718042 and l... — committed to dukegod/oh-my-zsh by mcornella 5 years ago
- kubectl: use kubectl to define aliases This prevents conflicts with other utilities named k (see #6408). — committed to chihchun/oh-my-zsh by mcornella 6 years ago
- kubectl: rename k alias (#7749) This uses `ku` instead of `k` as an alias for kubectl. Fixes #6408 — committed to chihchun/oh-my-zsh by mcornella 5 years ago
- Revert "kubectl: rename k alias" (#7817) This reverts commit 978b724c4aeef4113773e27e60fd20af12ca57b8 (#7749) See https://github.com/robbyrussell/oh-my-zsh/issues/6408#issuecomment-485718042 and l... — committed to chihchun/oh-my-zsh by mcornella 5 years ago
I’ve reverted the change. Use
unalias kif there’s a conflict.I think many of us will find out (like me) that my
kshortcut is broken! I think this change could be somewhat smarter in the sense of only doing this if people actually want to use both plugins, something like an alias collision detection.For now:
@mcornella with all the respect, future proof had to be thought when changing a 2 years old alias.