summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2017-11-17 11:47:47 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2017-11-17 11:47:47 +0100
commitb91c2f56583521c692655747a7cdf7c59854ab56 (patch)
treee8343a7511f7a6b9b5d484463db76b098d64a86e
parent050384f70d2569118a5e09d80579959f0a9f9cb8 (diff)
downloadbin-b91c2f56583521c692655747a7cdf7c59854ab56.zip
bin-b91c2f56583521c692655747a7cdf7c59854ab56.tar.gz
bashrc : set EDITOR to vim
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
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 $*`; }