diff --git a/shell.nix b/shell.nix index ed7490c8e8..d5c68b5a5a 100644 --- a/shell.nix +++ b/shell.nix @@ -104,6 +104,7 @@ in # Automatically connect to correct cluster alias kubectl='KUBECONFIG=$(get_config) && export KUBECONFIG && kubectl' + alias k9s='KUBECONFIG=$(get_config) && export KUBECONFIG && k9s' alias helm='KUBECONFIG=$(get_config) && export KUBECONFIG && helm' get_config() {