]> git.donarmstrong.com Git - zsh.git/blob - .zsh/zshenv/40_editor
cdbcc2f52991a98727c5bf6086ad000630fffffb
[zsh.git] / .zsh / zshenv / 40_editor
1 # zshenv/40_editor
2 #
3 # set the editor variables
4 #
5 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
6 # Released under the terms of the Artistic Licence 2.0
7 #
8 # Source repository: git://git.madduck.net/etc/zsh.git
9 #
10
11 export EDITOR==vim
12 export VISUAL=$EDITOR
13
14 # vim:ft=zsh