From 382ddcde9c9a456a8b058aee94f831ca506fcfcf Mon Sep 17 00:00:00 2001 From: AngeD Date: Mon, 26 Sep 2022 13:42:42 +0200 Subject: [PATCH] feat: kx and kn kubernetes aliases --- .config/zsh/.kubectl_aliases | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/zsh/.kubectl_aliases b/.config/zsh/.kubectl_aliases index 39df200..3a2bdc5 100644 --- a/.config/zsh/.kubectl_aliases +++ b/.config/zsh/.kubectl_aliases @@ -12,6 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +alias kx='kubectx' +alias kn='kubens' alias k='kubectl' alias ksys='kubectl --namespace=kube-system' alias ka='kubectl apply --recursive -f'