diff options
| author | Andrew Ash <ash211@gmail.com> | 2012-02-23 23:12:07 -0800 | 
|---|---|---|
| committer | Andrew Ash <ash211@gmail.com> | 2012-02-23 23:12:07 -0800 | 
| commit | 4e0b5be145cb0f4eda769906e9e72e31aec7c236 (patch) | |
| tree | adf449112cff4296e546f4eb732e617320d8fa77 /lib | |
| parent | 1120f973054836eeb53750f57d69fbec41a340dc (diff) | |
| download | zsh-4e0b5be145cb0f4eda769906e9e72e31aec7c236.tar.gz zsh-4e0b5be145cb0f4eda769906e9e72e31aec7c236.tar.bz2 zsh-4e0b5be145cb0f4eda769906e9e72e31aec7c236.zip | |
Fix spurious correction with sudo vim
user@host:~ $ sudo vim /etc/rc.conf
zsh: correct 'vim' to '.vim' [nyae]? 
http://www.zsh.org/mla/users/2012/msg00028.html
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/correction.zsh | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/lib/correction.zsh b/lib/correction.zsh index fc60dcdbd..53c477d46 100644 --- a/lib/correction.zsh +++ b/lib/correction.zsh @@ -8,3 +8,4 @@ alias gist='nocorrect gist'  alias heroku='nocorrect heroku'  alias ebuild='nocorrect ebuild'  alias hpodder='nocorrect hpodder' +alias sudo='nocorrect sudo'
\ No newline at end of file | 
