1
0

don't use kubecolor anymore

This commit is contained in:
2024-05-15 09:30:18 +02:00
parent 408877a3d2
commit 33827b8171

View File

@@ -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