diff options
Diffstat (limited to '.zsh/zshenv/20_editor')
-rw-r--r-- | .zsh/zshenv/20_editor | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.zsh/zshenv/20_editor b/.zsh/zshenv/20_editor new file mode 100644 index 0000000..59000ca --- /dev/null +++ b/.zsh/zshenv/20_editor @@ -0,0 +1,13 @@ +# zshenv/20_editor +# +# set editor variables +# +# Copyright © 2010 Tobias Klauser <tklauser@distanz.ch> +# Released under the terms of the Artistic Licence 2.0 +# +# Source repository: git://git.distanz.ch/dotfiles/zsh.git + +export EDITOR='vim' +export VISUAL=$EDITOR + +# vim:ft=zsh |