]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshenv/40_editor
add ~/.local/bin to PATH
[zsh.git] / .zsh / zshenv / 40_editor
index cdbcc2f52991a98727c5bf6086ad000630fffffb..6636c34e71cc58231fc213038ad999b7ab08db35 100644 (file)
@@ -1,3 +1,4 @@
+# -*- mode: sh -*-
 # zshenv/40_editor
 #
 # set the editor variables
@@ -8,7 +9,7 @@
 # Source repository: git://git.madduck.net/etc/zsh.git
 #
 
-export EDITOR==vim
+export EDITOR=sane_editor
 export VISUAL=$EDITOR
 
 # vim:ft=zsh