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