From 6d53c7a5a7506bca58f99b5af28e6b6ad8d50f6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Mon, 23 Feb 2015 07:13:39 +0100 Subject: [PATCH] Use console emacs in git commits --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 4408cb5..b42cfbe 100644 --- a/zshrc +++ b/zshrc @@ -48,7 +48,7 @@ autoload -U zmv alias mmv='noglob zmv -W' alias e='myemacs -nw' alias ew='myemacs' -export ALTERNATE_EDITOR=/usr/bin/emacs EDITOR="emacsclient -nw" VISUAL=emacsclient +export ALTERNATE_EDITOR=/usr/bin/emacs EDITOR="myemacs -nw" VISUAL="myemacs -nw" PYTHONSTARTUP=~/.pythonrc.py export PYTHONSTARTUP