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