From 33827b81716f4426eb205dc7c2e4f1f8b50d4bb4 Mon Sep 17 00:00:00 2001 From: Karsten Hachmeister Date: Wed, 15 May 2024 09:30:18 +0200 Subject: [PATCH] don't use kubecolor anymore --- .config/fish/config.fish | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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