summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2019-06-20 16:24:01 +0200
committerAlan Pearce2019-06-20 16:24:01 +0200
commit50ee567459955554683df62d95e391e8e9a94c07 (patch)
treeebcf6a671ae013b8e55ac7b3eacd84aef426c16e /zsh
parentdf46b47cb379bbcf0c270f733221fe8d8341f13d (diff)
downloadnixfiles-50ee567459955554683df62d95e391e8e9a94c07.tar.lz
nixfiles-50ee567459955554683df62d95e391e8e9a94c07.tar.zst
nixfiles-50ee567459955554683df62d95e391e8e9a94c07.zip
zsh: remove EDITOR override
Provided in nixos-configuration
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.config/zsh/.zshrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index 0ef0016f..3bde3884 100644
--- a/zsh/.config/zsh/.zshrc
+++ b/zsh/.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 () {