summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc2
-rw-r--r--zsh/zshrc1
2 files changed, 2 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 6dd2f70..b7c81bf 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -5,7 +5,7 @@ colorscheme vitamins
set tw=0
set sw=4
set ts=4
-set expandtab
+""set expandtab
set ls=0
set number
set noerrorbells
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