mirror of
https://github.com/meineerde/dotfiles.git
synced 2026-04-04 14:51:40 +00:00
Blocking mate for $EDITOR
This commit is contained in:
parent
c54edfad9c
commit
b7956a532c
2
.bashrc
2
.bashrc
@ -81,7 +81,7 @@ case `uname` in
|
|||||||
# export SVN_EDITOR="subl -nw"
|
# export SVN_EDITOR="subl -nw"
|
||||||
# elif [[ $(which mate) ]]; then
|
# elif [[ $(which mate) ]]; then
|
||||||
if [[ $(which mate) ]]; then
|
if [[ $(which mate) ]]; then
|
||||||
export EDITOR="mate"
|
export EDITOR="mate -wl1"
|
||||||
export SVN_EDITOR="mate -wl1"
|
export SVN_EDITOR="mate -wl1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user