home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 74326360e4f04f1fdcce9af2212a3dc4311888ca
parent 19ba3e21a00a6d26d6501d6ceab4824be6b007a2
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon,  1 Jul 2019 16:01:52 +0200

profiles.kubernetes: add zsh completion

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmodules/profiles/kubernetes.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/modules/profiles/kubernetes.nix b/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 {