Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-01 | Don't correct cp commands (#4636) | Yuri Parsons | |
2014-05-24 | Ordering nocorrect aliases alphabetically | Simon Courtois | |
2014-05-24 | Defining 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-04 | Making auto-correction off by default | Bob 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-23 | Resolving conflict with merge of #970 | Robby Russell | |
2012-07-28 | Add a configuration option to disable autocorrect | Morgan Larosa | |
2012-02-23 | Fix 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-05 | Don't correct hpodder commands. | James Rowe | |
2010-06-05 | Don't auto-correct ebuild commands. | James Rowe | |
It breaks "ebuild <foo> manifest", as there are Manifest files in the directory. | |||
2009-12-13 | Adding a nocorrect for the heroku command as it was getting triggered by ↵ | Robby Russell | |
heroku logs. | |||
2009-12-12 | no correction on gist | To1ne | |
2009-12-10 | No correction on mkdir + removed duplicate nocorrect mv | To1ne | |
2009-09-23 | put everything in lib | James Cox | |