Skip to content

Commit

Permalink
Add kubectl autocompletion
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Sep 10, 2024
1 parent 6e9fc7d commit 7877f03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions home/roles/containers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,14 @@ in
config = mkIf cfg.enable {
home.packages = with pkgs; [
dive
kubectl
skopeo
];

programs.k9s.enable = true;
programs.zsh.initExtra = ''
# kubectl autocompletion
source <(kubectl completion zsh)
'';
};
}

0 comments on commit 7877f03

Please sign in to comment.