Add kubectl alias
This commit is contained in:
parent
eb58893b48
commit
79a235fd4c
@ -234,6 +234,9 @@ if has git; then
|
|||||||
# Show untracked files
|
# Show untracked files
|
||||||
alias gu='git ls-files . --exclude-standard --others'
|
alias gu='git ls-files . --exclude-standard --others'
|
||||||
fi
|
fi
|
||||||
|
if has kubectl; then
|
||||||
|
alias k='kubectl'
|
||||||
|
fi
|
||||||
if has nc; then
|
if has nc; then
|
||||||
# I'm not sorry
|
# I'm not sorry
|
||||||
alias blinkenlights='nc -v towel.blinkenlights.nl 23'
|
alias blinkenlights='nc -v towel.blinkenlights.nl 23'
|
||||||
|
Loading…
Reference in New Issue
Block a user