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