diff --git a/modules/cli/zsh.nix b/modules/cli/zsh.nix index f94ec43..f40bc14 100644 --- a/modules/cli/zsh.nix +++ b/modules/cli/zsh.nix @@ -10,6 +10,7 @@ enable = true; dotDir = ".config/zsh"; history.expireDuplicatesFirst = true; + localVariables = { EDITOR = "emacsclient -nw -a 'emacs -nw'"; }; shellAliases = { du = "dust"; ls = "exa -lh --icons --git";