make correction work; this is a nicer way of handling typos in commands

This commit is contained in:
James Cox 2009-09-22 16:41:22 +01:00
parent 8176645e82
commit 1b784bbf4d
1 changed files with 6 additions and 0 deletions

6
correction.zsh Normal file
View File

@ -0,0 +1,6 @@
setopt correct_all
alias man='nocorrect man'
alias mv='nocorrect mv'
alias mysql='nocorrect mysql'
alias mv='nocorrect mv'