From e918d944306f53e4aa9a7b82592de13b0ae530d5 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Tue, 29 Oct 2019 10:45:56 -0400 Subject: [PATCH] Add kctx alias --- bash/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/.bashrc b/bash/.bashrc index 0058a5f..5b2f27f 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -32,3 +32,4 @@ then fi alias k=kubectl +alias kctx=kubectx