]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshenv/40_editor
add ~/.local/bin to PATH
[zsh.git] / .zsh / zshenv / 40_editor
index 0de8d84c86309900f04749ee0fd56b916f4b7182..6636c34e71cc58231fc213038ad999b7ab08db35 100644 (file)
@@ -1,3 +1,4 @@
+# -*- mode: sh -*-
 # zshenv/40_editor
 #
 # set the editor variables
@@ -5,10 +6,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