don't use kubecolor anymore
This commit is contained in:
@@ -37,11 +37,10 @@ if status is-interactive
|
||||
alias edit="hx"
|
||||
end
|
||||
|
||||
# kubecolor
|
||||
if command -q kubecolor
|
||||
alias k="kubecolor"
|
||||
alias wk="watch -c kubecolor --force-colors"
|
||||
complete -c kubecolor -w kubectl
|
||||
# kubectl
|
||||
if command -q kubectl
|
||||
alias k="kubectl"
|
||||
alias wk="watch -c kubectl"
|
||||
complete -c k -w kubectl
|
||||
complete -c wk -w kubectl
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user