[fish] Don't right away hop into `kubens` when selecting a cluster

This commit is contained in:
Sebastian Schulze 2022-07-14 17:06:28 +02:00
parent 98030fe0ad
commit bfed4645ed
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ bind -M default \cn down-or-search
bind \a "cd (z -l | sort -rn | cut -c 12- | fzf --query=(commandline --current-token) --no-sort --exact); commandline -f repaint"
# Kubeshizzle
bind \egkk "_kubeconfig|source; and kubectx; and kubens; commandline -f repaint"
bind \egkk "_kubeconfig|source; and kubectx; commandline -f repaint"
bind \egkx "kubectx; commandline -f repaint"
bind \egkn "kubens; commandline -f repaint"
bind \egkp "kgp; commandline -f repaint"