update default editor to vim
authorAndrew Lorimer <andrew@lorimer.id.au>
Wed, 9 Jan 2019 12:38:49 +0000 (23:38 +1100)
committerAndrew Lorimer <andrew@lorimer.id.au>
Wed, 9 Jan 2019 12:38:49 +0000 (23:38 +1100)
zsh/.zshrc
index 4b99174691fe8b326c3c6e4f15e02eced7268474..fe56e3ef7273eb9de5238b1c4f65a7230ae663a6 100755 (executable)
@@ -28,7 +28,7 @@ WORDCHARS='*?_-.[]~=&;!#$%^(){}<>'
 #Allow bash-style comments
 setopt interactivecomments
 
-export EDITOR='nano'
+export EDITOR='vim'
 
 # Timestamp in history command ("mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd")
 HIST_STAMPS="dd.mm.yyyy"