# HG changeset patch # User Dirk Olmes # Date 1360990694 -3600 # Node ID 2f93381e4ed88f010295833f558645ac1909a94c # Parent 9096be7d1c247a273cce8aacdd973c12588352c1 turn of autocorrection diff -r 9096be7d1c24 -r 2f93381e4ed8 zshrc --- 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"