🚀 fix EDITOR variable

dev-docs
Moritz Böhme 2022-02-16 12:06:59 +01:00
parent 590443b0f9
commit 6c45fd3b6d
No known key found for this signature in database
GPG Key ID: 213820E2795F5CF5
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
enable = true;
dotDir = ".config/zsh";
history.expireDuplicatesFirst = true;
localVariables = { EDITOR = "emacsclient -nw -a 'emacs -nw'"; };
localVariables = { EDITOR = "emacsclient -nw"; };
shellAliases = {
du = "dust";
ls = "exa -lh --icons --git";