From 8fb802029bca13f3c581393c915e97a0fc4814d4 Mon Sep 17 00:00:00 2001 From: Bodaniel Jeanes Date: Wed, 30 Jun 2010 16:53:47 +1000 Subject: [PATCH] Fixed editor on OS X --- shell/osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/osx.sh b/shell/osx.sh index 904e2cb..f679c87 100644 --- a/shell/osx.sh +++ b/shell/osx.sh @@ -1,4 +1,4 @@ -export EDITOR='mate -w' +export EDITOR='mate -wl1' export PATH="/Library/PostgreSQL8/bin/:$PATH" CDPATH="${CDPATH}:${HOME}/Code/Mocra/:${HOME}/Code/Personal:${HOME}/Sites/Mocra/:${HOME}/Sites/Personal/"