From 80b5951098fa5863ce1ce4abf56e88435e7a57f4 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 17 Mar 2013 18:06:49 -0700 Subject: [PATCH] Bumped oh-my-zsh pointer. Added export for editor and visual. --- .exports | 4 ++++ oh-my-zsh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.exports b/.exports index 1c15ac72..41d53f35 100644 --- a/.exports +++ b/.exports @@ -1,3 +1,7 @@ +# Make emacs the default editor. +export EDITOR=`which emacs` +export VISUAL=`which emacs` + # Larger bash history (allow 32³ entries; default is 500) export HISTSIZE=32768 export HISTFILESIZE=$HISTSIZE diff --git a/oh-my-zsh b/oh-my-zsh index bbe8b9f3..5cb255af 160000 --- a/oh-my-zsh +++ b/oh-my-zsh @@ -1 +1 @@ -Subproject commit bbe8b9f384166d6d8ce0e8ffe1d78fa972daff3b +Subproject commit 5cb255afe3f42b713a70ecbb124681612a3a0923