aboutsummaryrefslogtreecommitdiff
path: root/base/zsh/correction.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'base/zsh/correction.zsh')
-rw-r--r--base/zsh/correction.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/zsh/correction.zsh b/base/zsh/correction.zsh
index ed79b63..fc6ee2b 100644
--- a/base/zsh/correction.zsh
+++ b/base/zsh/correction.zsh
@@ -1,4 +1,6 @@
setopt correct_all
+export CORRECT_IGNORE_FILE='.*'
+
alias man='nocorrect man'
alias gist='nocorrect gist'
alias sudo='nocorrect sudo'