diff --git a/users/froidmpa/zsh.nix b/users/froidmpa/zsh.nix index 11ab76f..75e9776 100644 --- a/users/froidmpa/zsh.nix +++ b/users/froidmpa/zsh.nix @@ -22,6 +22,7 @@ enable = true; plugins = [ "git" + "terraform" ]; theme = "robbyrussell"; };