From 51457a8c11746616d08f880046cb1e307cc641d0 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 24 Sep 2017 18:08:50 +0200 Subject: Set default editor to vim --- config.fish | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.fish') diff --git a/config.fish b/config.fish index 507747d..79cf150 100644 --- a/config.fish +++ b/config.fish @@ -1,3 +1,7 @@ [ -z "$DISPLAY" ] ; and [ "$XDG_VTNR" = "1" ] ; and exec startx + +export VISUAL=vim +export EDITOR=vim + # alias gobjc='gcc -L /usr/lib/GNUstep/Libraries/gnustep-base -lgnustep-base -fconstant-string-class=NSConstantString' # alias smpd='ssh achessh@ache.one -fp 21 ssh ache@localhost -p 60065 -L 8091:localhost:8091 -fN' -- cgit v1.2.3