aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Singleton <matt@datadoghq.com>2013-06-15 12:51:59 -0400
committerMatt Singleton <matt@xcolour.net>2013-06-15 12:57:22 -0400
commita55a4e12ee7018523143e129f399a6c97251fcc1 (patch)
tree19f76d9e204e5a98cc9180d5da373242c00089c4
parent175d59a6b9e3f403e7fae4be89a87c6263b5f57d (diff)
no zsh autocomplete
-rw-r--r--zsh/behavior.zsh11
1 files changed, 0 insertions, 11 deletions
diff --git a/zsh/behavior.zsh b/zsh/behavior.zsh
index 2ce396a..9f63a7b 100644
--- a/zsh/behavior.zsh
+++ b/zsh/behavior.zsh
@@ -7,17 +7,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
HISTFILE=$HOME/.zsh_history