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

Pass -n to mate

This commit is contained in:
Holger Just 2012-06-18 17:17:54 +02:00
parent b7956a532c
commit dd5289fc18

View File

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