diff --git a/base/.profile b/base/.profile index 060bb9c2..9236d192 100755 --- a/base/.profile +++ b/base/.profile @@ -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'