]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshenv/40_editor
use sane editor
[zsh.git] / .zsh / zshenv / 40_editor
index 0de8d84c86309900f04749ee0fd56b916f4b7182..bc045928c01db9a96c53b26b7161e7abc01410ab 100644 (file)
@@ -5,10 +5,10 @@
 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
 # Released under the terms of the Artistic Licence 2.0
 #
-# Source repository: http://git.madduck.net/v/etc/zsh.git
+# Source repository: git://git.madduck.net/etc/zsh.git
 #
 
-export EDITOR==vim
+export EDITOR=sane_editor
 export VISUAL=$EDITOR
 
 # vim:ft=zsh