From dd5289fc18420886c4a7e27e878f2072a975d499 Mon Sep 17 00:00:00 2001 From: Holger Just Date: Mon, 18 Jun 2012 17:17:54 +0200 Subject: [PATCH] Pass -n to mate --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 9f129c3..21ae6b8 100755 --- a/.bashrc +++ b/.bashrc @@ -81,8 +81,8 @@ case `uname` in # export SVN_EDITOR="subl -nw" # elif [[ $(which mate) ]]; then if [[ $(which mate) ]]; then - export EDITOR="mate -wl1" - export SVN_EDITOR="mate -wl1" + export EDITOR="mate -wl1 -n" + export SVN_EDITOR="mate -wl1 -n" fi alias ls='ls -G'