From 98928566dbe4ddf3cf76771c7b2d1575f55fc1b1 Mon Sep 17 00:00:00 2001 From: Holger Just Date: Sat, 14 Apr 2012 12:59:55 +0200 Subject: [PATCH] Always use TextMate for now --- .bashrc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.bashrc b/.bashrc index 0693c3c..951d716 100755 --- a/.bashrc +++ b/.bashrc @@ -74,10 +74,11 @@ case `uname` in # this requires a symlink from "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" # into $PATH, e.g. ~/bin/subl - if [[ $(which subl) ]]; then - export EDITOR="subl -n" - export SVN_EDITOR="subl -nw" - elif [[ $(which mate) ]]; then + # if [[ $(which subl) ]]; then + # export EDITOR="subl -n" + # export SVN_EDITOR="subl -nw" + # elif [[ $(which mate) ]]; then + if [[ $(which mate) ]]; then export EDITOR="mate" export SVN_EDITOR="mate -wl1" fi