configure kubecolor
This commit is contained in:
parent
3063576c65
commit
d04efc4ea9
|
@ -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 "
|
||||||
|
|
Loading…
Reference in New Issue