From b7956a532c568e2aebe910cdb574874258c16e91 Mon Sep 17 00:00:00 2001 From: Holger Just Date: Thu, 3 May 2012 16:32:07 +0200 Subject: [PATCH] Blocking mate for $EDITOR --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 7b51e78..9f129c3 100755 --- a/.bashrc +++ b/.bashrc @@ -81,7 +81,7 @@ case `uname` in # export SVN_EDITOR="subl -nw" # elif [[ $(which mate) ]]; then if [[ $(which mate) ]]; then - export EDITOR="mate" + export EDITOR="mate -wl1" export SVN_EDITOR="mate -wl1" fi