diff --git a/home/programs/zsh.nix b/home/programs/zsh.nix index 7ad4407..7426846 100644 --- a/home/programs/zsh.nix +++ b/home/programs/zsh.nix @@ -9,6 +9,8 @@ plugins = [ "git" "z" + "kubectl" + "azure" ]; theme = "cloud"; };