diff --git a/modules/home/zsh/default.nix b/modules/home/zsh/default.nix index 745f19e..fb554b3 100644 --- a/modules/home/zsh/default.nix +++ b/modules/home/zsh/default.nix @@ -18,6 +18,7 @@ # Utils c = "clear"; + cd = "z"; # vim = "nvim"; cat = "bat"; nano = "micro";