From: martin f. krafft Date: Sun, 11 May 2008 15:04:19 +0000 (+0100) Subject: set editor variables X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/bf18b5c8903e1e6ce83a9a33816009f981ea8a5a set editor variables --- diff --git a/.zsh/zshenv/40_editor b/.zsh/zshenv/40_editor new file mode 100644 index 0000000..0de8d84 --- /dev/null +++ b/.zsh/zshenv/40_editor @@ -0,0 +1,14 @@ +# zshenv/40_editor +# +# set the editor variables +# +# Copyright © 1994–2008 martin f. krafft +# Released under the terms of the Artistic Licence 2.0 +# +# Source repository: http://git.madduck.net/v/etc/zsh.git +# + +export EDITOR==vim +export VISUAL=$EDITOR + +# vim:ft=zsh