diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2017-11-17 11:47:47 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2017-11-17 11:47:47 +0100 |
commit | b91c2f56583521c692655747a7cdf7c59854ab56 (patch) | |
tree | e8343a7511f7a6b9b5d484463db76b098d64a86e /bashrc | |
parent | 050384f70d2569118a5e09d80579959f0a9f9cb8 (diff) | |
download | bin-b91c2f56583521c692655747a7cdf7c59854ab56.zip bin-b91c2f56583521c692655747a7cdf7c59854ab56.tar.gz |
bashrc : set EDITOR to vim
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $*`; } |