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 814157761e
commit 039e17d841

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'