From 8ce913eb17d9960cd9ff728e5d90f17be2bf7e7e Mon Sep 17 00:00:00 2001 From: MoritzBoehme Date: Sun, 12 Dec 2021 12:20:08 +0100 Subject: [PATCH] set EDITOR variable --- modules/cli/zsh.nix | 1 + 1 file changed, 1 insertion(+) 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";