From a55a4e12ee7018523143e129f399a6c97251fcc1 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Sat, 15 Jun 2013 12:51:59 -0400 Subject: no zsh autocomplete --- zsh/behavior.zsh | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'zsh') diff --git a/zsh/behavior.zsh b/zsh/behavior.zsh index 2ce396a..9f63a7b 100644 --- a/zsh/behavior.zsh +++ b/zsh/behavior.zsh @@ -6,17 +6,6 @@ setopt rm_star_wait # wait 10 seconds before accepting 'rm *' confirmation export REPORTTIME=5 # report timing for any command longer than 5 seconds -# -# correction - -setopt correct_all - -alias man='nocorrect man' -alias mv='nocorrect mv' -alias mysql='nocorrect mysql' -alias psql='nocorrect psql' -alias mkdir='nocorrect mkdir' - # # history -- cgit v1.2.3