summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-01-20 21:47:05 +0100
committerFlorian Pritz <bluewind@xinu.at>2013-01-20 21:47:05 +0100
commitefc2d025498717ea429a4ec6a422c47b443a84d5 (patch)
treed6010c87b5ce82c7d5ea41af4867e063c6a839f2 /.zshrc
parent0e69a0ac0f7b8ca260065c62d8552b006f537ef3 (diff)
downloaddotfiles-efc2d025498717ea429a4ec6a422c47b443a84d5.tar.gz
dotfiles-efc2d025498717ea429a4ec6a422c47b443a84d5.tar.xz
add git sup alias; vimrc: add wildmenu; zshrc: disable correct_all
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 2325583..433983f 100644
--- a/.zshrc
+++ b/.zshrc
@@ -392,8 +392,6 @@ autoload -U zmv
# .. -> cd ../
setopt autocd
-setopt correct_all
-
# cd /etc/**/foo/blub searches ;)
setopt extendedglob
@@ -522,6 +520,8 @@ alias -g vv='|'
autoload -Uz compinit
compinit
+unsetopt correct_all
+
# correct 7etc/foo to /etc/foo
# if anyone has a working solution for /etc7foo please contact me
function _7slash {