diff options
author | Robby Russell <robby@planetargon.com> | 2009-12-12 14:10:05 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2009-12-12 14:10:05 -0800 |
commit | 4419c5c3475c00b97671c7041c0fd7d7eb4b205e (patch) | |
tree | df75d3d6dec4ea4b08b1d07a61dd81e3d0dc618a /lib/correction.zsh | |
parent | c08e1e0ca0fcc416a3881f39d1ceee6f72bad054 (diff) | |
parent | e429ff9e2bed41f88e3df3315b159fa79a7152fc (diff) | |
download | zsh-4419c5c3475c00b97671c7041c0fd7d7eb4b205e.tar.gz zsh-4419c5c3475c00b97671c7041c0fd7d7eb4b205e.tar.bz2 zsh-4419c5c3475c00b97671c7041c0fd7d7eb4b205e.zip |
Merge commit 'e429ff9e2bed41f88e3df3315b159fa79a7152fc'
Diffstat (limited to 'lib/correction.zsh')
-rw-r--r-- | lib/correction.zsh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/correction.zsh b/lib/correction.zsh index c9fecb0fe..62d46da19 100644 --- a/lib/correction.zsh +++ b/lib/correction.zsh @@ -3,4 +3,5 @@ setopt correct_all alias man='nocorrect man' alias mv='nocorrect mv' alias mysql='nocorrect mysql' -alias mv='nocorrect mv' +alias mkdir='nocorrect mkdir' +alias gist='nocorrect gist'
\ No newline at end of file |