diff --git a/.config/fish/config.fish b/.config/fish/config.fish index b51dfe2..2ffe24b 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -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