diff options
author | Shubham Saini <ssaini@fispan.com> | 2023-09-27 02:03:46 +0000 |
---|---|---|
committer | Shubham Saini <ssaini@fispan.com> | 2023-09-27 02:03:46 +0000 |
commit | 7c0e53efb646814d33ae982c3ae69ce530dea866 (patch) | |
tree | 24efa154f33ef0ae1a3ec315c5eecd33b6b81226 | |
parent | 2a80a5474ae67a327431bf9db7bb6593c4ffb109 (diff) |
zsh: oh-my-zsh plugins
-rw-r--r-- | darwin/home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/darwin/home.nix b/darwin/home.nix index 0715d11..4a7cd5f 100644 --- a/darwin/home.nix +++ b/darwin/home.nix | |||
@@ -60,7 +60,7 @@ | |||
60 | }; | 60 | }; |
61 | oh-my-zsh = { | 61 | oh-my-zsh = { |
62 | enable = true; | 62 | enable = true; |
63 | plugins = [ "git" "kubectl" "sudo" ]; | 63 | plugins = [ "git" "kubectl" "sudo" "terraform" "kops" ]; |
64 | theme = "robbyrussell"; | 64 | theme = "robbyrussell"; |
65 | }; | 65 | }; |
66 | }; | 66 | }; |