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'

@ -1 +1 @@
Subproject commit 8c5081f6316183c97298ec4a819fd94c2a2a9516
Subproject commit dc40ece3c389804df6d9423e0d52c8da2355ea17

@ -1 +1 @@
Subproject commit 3c90d0cc37bb8b78422f647e62587f498a5dd7bd
Subproject commit c7593e69bf64c3157b50cd0aea257c5abb8ae6a0

@ -1 +1 @@
Subproject commit 95111e1d8d19d9a76f6c4707403012df26374cf0
Subproject commit ae18ca7602183a15f02cd6aa2f516be114d1f1b5