From b91c2f56583521c692655747a7cdf7c59854ab56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Fri, 17 Nov 2017 11:47:47 +0100 Subject: bashrc : set EDITOR to vim --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 103d9ed..e6add41 100644 --- a/bashrc +++ b/bashrc @@ -72,7 +72,7 @@ function export_if_exists() eval "export $1=$_TMP" } export_if_exists 'PAGER' 'less' '/bin/more' -export_if_exists 'EDITOR' 'nvim' '/usr/bin/vi' +export_if_exists 'EDITOR' 'vim' '/usr/bin/vi' # catch and eval dmalloc output #function dmalloc { eval `command dmalloc -b $*`; } -- cgit v1.1-2-g2b99