Compare commits

...

2 Commits

Author SHA1 Message Date
583fbcd694 Update submodules 2021-03-17 10:24:29 -05:00
79a235fd4c Add kubectl alias 2021-03-17 10:24:25 -05:00
4 changed files with 6 additions and 3 deletions

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'