summaryrefslogtreecommitdiff
path: root/.zsh/zshenv/20_editor
blob: 59000ca0e0279a42848e61d9f8963acb2134439d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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