add krew as a command

This commit is contained in:
JesseBot 2023-08-18 08:48:33 +02:00
parent 638b19f68d
commit ac0f64f16f

View file

@ -11,6 +11,9 @@ export PATH="${PATH}:$XDG_DATA_HOME/krew/bin"
# e.g. "grep -i"
export SEARCH_TOOL="ag"
# I always forget that krew isn't a command
alias krew='kubectl krew'
# cluster context shortcut
alias k="kubecolor"
alias ka="kubecolor apply -f"