diff options
| author | James Rowe <jnrowe@gmail.com> | 2009-11-22 01:38:55 +0800 | 
|---|---|---|
| committer | Robby Russell <robby@planetargon.com> | 2010-06-05 23:23:53 +0800 | 
| commit | 6efc79c74edbc8cfbb5cdc438332eeae9b950508 (patch) | |
| tree | 44e30a7e5e4b91e19f192cb03f8df0f0f268bbc6 /lib | |
| parent | 3bc73012041c8762fa0276c6e02ac46fb3698a32 (diff) | |
| download | zsh-6efc79c74edbc8cfbb5cdc438332eeae9b950508.tar.gz zsh-6efc79c74edbc8cfbb5cdc438332eeae9b950508.tar.bz2 zsh-6efc79c74edbc8cfbb5cdc438332eeae9b950508.zip | |
Don't correct hpodder commands.
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 043320a6d..fc60dcdbd 100644 --- a/lib/correction.zsh +++ b/lib/correction.zsh @@ -7,3 +7,4 @@ alias mkdir='nocorrect mkdir'  alias gist='nocorrect gist'  alias heroku='nocorrect heroku'  alias ebuild='nocorrect ebuild' +alias hpodder='nocorrect hpodder' | 
