From de68290210db058bdd0dbfdadd04157dfc96052f Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 25 Mar 2013 12:49:22 -0700 Subject: [PATCH] Fixed exports. --- .exports | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.exports b/.exports index 42f5a1fb..827e2d15 100644 --- a/.exports +++ b/.exports @@ -1,7 +1,7 @@ -B# Make emacs the default editor. +# Make emacs the default editor. export EDITOR="emacsclient" export ALTERNATE_EDITOR="" -export VISUAL=`which emacs` +export VISUAL="emacsclient" # Larger bash history (allow 32³ entries; default is 500) export HISTSIZE=32768