mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 10:06:40 +00:00
feat(kubernetes): add and lazy-load kubectx switcher tool
This commit is contained in:
@@ -13,6 +13,12 @@ if command-exists kubectl; then
|
||||
eval "$(command kubectl completion zsh)"
|
||||
}
|
||||
|
||||
switch() {
|
||||
unset -f switch
|
||||
source "$(brew --prefix switch)/switch.sh"
|
||||
switch "$@"
|
||||
}
|
||||
|
||||
zinit ice wait lucid as'program' from'gh-r'
|
||||
zinit light stackrox/kube-linter
|
||||
|
||||
|
||||
Reference in New Issue
Block a user