summaryrefslogtreecommitdiffstats
path: root/zsh/zshrc
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2011-09-22 13:36:23 +0200
committerStefan Ritter <xeno@thehappy.de>2011-09-22 13:36:23 +0200
commit1d9a2025d3bb1c60c129d379bd067e7410770401 (patch)
treeb33c6a6c4e8a389a30e168c49520c84157eb78fb /zsh/zshrc
parent2ba60ebba5bcd022cc6a5542a7b7bc22d5bcd9aa (diff)
parent9f7e8475adcc18e5a7b93c59862148356e69c5f7 (diff)
Merge branch 'master' of fucktheforce.de:xeno
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index e1f2aae..1df5012 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -31,6 +31,7 @@ export DEBEMAIL=xeno@thehappy.de
export DEBFULLNAME="Stefan Ritter"
export QUILT_PATCHES=debian/patches
export QUILT_REFRESH_ARGS="-p ab --no-timestamps --no-index"
+export EDITOR="vim"
HISTSIZE=1000
SAVEHIST=1000