all repos — nixfiles @ 50ee567459955554683df62d95e391e8e9a94c07

System and user configuration, managed by nix and home-manager

zsh: remove EDITOR override

Provided in nixos-configuration
Alan Pearce alan@alanpearce.eu
Thu, 20 Jun 2019 16:24:01 +0200
commit

50ee567459955554683df62d95e391e8e9a94c07

parent

df46b47cb379bbcf0c270f733221fe8d8341f13d

1 files changed, 0 insertions(+), 4 deletions(-)

jump to
M zsh/.config/zsh/.zshrczsh/.config/zsh/.zshrc
@@ -16,10 +16,6 @@ setopt transient_rprompt 
 WORDCHARS=${${WORDCHARS//[-.=]}//[\/]}
 
-if (( ${+commands[emacsclient]} ))
-then
-  export EDITOR=emacsclient
-fi
 alias ec=emacsclient
 alias open-project=projectile
 _emacs_function () {