Add kubectl alias

This commit is contained in:
Salt 2021-03-17 10:24:25 -05:00
parent eb58893b48
commit 79a235fd4c

View File

@ -234,6 +234,9 @@ if has git; then
# Show untracked files
alias gu='git ls-files . --exclude-standard --others'
fi
if has kubectl; then
alias k='kubectl'
fi
if has nc; then
# I'm not sorry
alias blinkenlights='nc -v towel.blinkenlights.nl 23'