summaryrefslogtreecommitdiff
path: root/lib/correction.zsh
AgeCommit message (Collapse)Author
2018-07-01Don't correct cp commands (#4636)Yuri Parsons
2014-05-24Ordering nocorrect aliases alphabeticallySimon Courtois
2014-05-24Defining nocorrect aliases only when ENABLE_CORRECTION is "true"Simon Courtois
This commit move the nocorrect aliases definition so they're called only when the user set ENABLE_CORRECTION to "true" to activate commands autocorrection.
2013-12-04Making auto-correction off by defaultBob Bonifield
- Allows for the user to turn on auto-correction using the $ENABLE_CORRECTION variable - Adds aliases regardless of variable assignment to aid users that use setopt to turn correction back on in their zshrc
2013-04-23Resolving conflict with merge of #970Robby Russell
2012-07-28Add a configuration option to disable autocorrectMorgan Larosa
2012-02-23Fix spurious correction with sudo vim Andrew Ash
user@host:~ $ sudo vim /etc/rc.conf zsh: correct 'vim' to '.vim' [nyae]? http://www.zsh.org/mla/users/2012/msg00028.html
2010-06-05Don't correct hpodder commands.James Rowe
2010-06-05Don't auto-correct ebuild commands.James Rowe
It breaks "ebuild <foo> manifest", as there are Manifest files in the directory.
2009-12-13Adding a nocorrect for the heroku command as it was getting triggered by ↵Robby Russell
heroku logs.
2009-12-12no correction on gistTo1ne
2009-12-10No correction on mkdir + removed duplicate nocorrect mvTo1ne
2009-09-23put everything in libJames Cox