diff options
-rw-r--r-- | zsh/behavior.zsh | 11 |
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 |