Skip to content

Commit b04f2bc

Browse files
committed
we use vim
1 parent b94ee9e commit b04f2bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

05_editor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ function not_run_from_ssh () {
55
echo $?
66
}
77

8-
if [[ -x `which mate` && $(not_run_from_ssh) = 1 ]]; then
9-
EDITOR="mate -w"
8+
if [[ -x `which mvim` && $(not_run_from_ssh) = 1 ]]; then
9+
EDITOR="mvim -f"
1010
elif [[ -x `which nano` ]]; then
1111
EDITOR=nano
1212
elif [[ -x `which pico` ]]; then

0 commit comments

Comments
 (0)