1
0
Fork 0

configure kubecolor

This commit is contained in:
Massaki Archambault 2024-03-27 12:34:56 -04:00
parent 3063576c65
commit d04efc4ea9
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ alias browsh="docker run --rm -it browsh/browsh"
# kube # kube
alias netshoot="kubectl run tmp-shell --rm -i --tty --image nicolaka/netshoot -- /bin/bash" alias netshoot="kubectl run tmp-shell --rm -i --tty --image nicolaka/netshoot -- /bin/bash"
alias kubectl="kubecolor"
compdef kubecolor=kubectl
# utils # utils
alias convert-doc="libreoffice --headless --invisible --norestore --convert-to " alias convert-doc="libreoffice --headless --invisible --norestore --convert-to "