vim > nano
[dotfiles.git] / zsh / .zshrc
index dc9400db792191ac6c1a73549a2564c6aa721f9e..9e1dcc1da8bfa980bfae6275927bbd06f83ca096 100755 (executable)
@@ -27,7 +27,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"