Commit 74326360e4f0
Changed files (1)
modules
profiles
modules/profiles/kubernetes.nix
@@ -47,6 +47,7 @@ in
(mkIf config.profiles.zsh.enable {
programs.zsh.initExtra = ''
source <(tkn completion zsh)
+ source <(kubectl completion zsh)
'';
})
(mkIf cfg.minikube.enable {