1
0
mirror of https://github.com/meineerde/dotfiles.git synced 2026-02-06 00:53:23 +00:00

Blocking mate for $EDITOR

This commit is contained in:
Holger Just 2012-05-03 16:32:07 +02:00
parent c54edfad9c
commit b7956a532c

View File

@ -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