changeset 36:2f93381e4ed8

turn of autocorrection
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sat, 16 Feb 2013 05:58:14 +0100
parents 9096be7d1c24
children 035e19cbaee7
files zshrc
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/zshrc	Thu Dec 13 00:22:49 2012 +0100
+++ b/zshrc	Sat Feb 16 05:58:14 2013 +0100
@@ -42,6 +42,9 @@
 # turn of the "helpful" zsh feature of pushing each directory to the dir stack on cd
 unsetopt autopushd
 
+# turn off "helpful" auto correction
+unsetopt correct_all
+
 # utility function that is used by various other modules
 removeFromPath() {
     search_term="$1"