From 5f2d82e05b3dc6a8e179afa72092a43fd35e0a5e Mon Sep 17 00:00:00 2001 From: Holger Just Date: Tue, 26 Jun 2012 19:51:34 +0200 Subject: [PATCH] Force myself to sublime --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 67b260b..4400181 100755 --- a/.bashrc +++ b/.bashrc @@ -79,6 +79,7 @@ case `uname` in if [[ $(which subl) ]]; then export EDITOR="subl -n" export SVN_EDITOR="subl -nw" + alias mate=subl elif [[ $(which mate) ]]; then # if [[ $(which mate) ]]; then export EDITOR="mate -wl1 -n"