From 50ee567459955554683df62d95e391e8e9a94c07 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 20 Jun 2019 16:24:01 +0200 Subject: zsh: remove EDITOR override Provided in nixos-configuration --- zsh/.config/zsh/.zshrc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'zsh/.config') diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 0ef0016..3bde388 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 () { -- cgit 1.4.1