From 79a235fd4ca0e47e9d56caf417fcf16cc800abc0 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 17 Mar 2021 10:24:25 -0500 Subject: [PATCH] Add kubectl alias --- base/.profile | 3 +++ 1 file changed, 3 insertions(+) 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'