projects
/
zsh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0ebea4
)
remove the forced C language for man
author
Joerg Jaspert
<joerg@ganneff.de>
Wed, 3 Apr 2013 12:17:15 +0000
(14:17 +0200)
committer
Joerg Jaspert
<joerg@ganneff.de>
Wed, 3 Apr 2013 12:17:15 +0000
(14:17 +0200)
.zsh/35_Aliases.zsh
patch
|
blob
|
history
diff --git
a/.zsh/35_Aliases.zsh
b/.zsh/35_Aliases.zsh
index
e7fb9e3
..
0ea181c
100644
(file)
--- a/
.zsh/35_Aliases.zsh
+++ b/
.zsh/35_Aliases.zsh
@@
-51,7
+51,7
@@
alias cpan='perl -MCPAN -e shell'
alias rh='run-help'
# No spellchecks here
-alias man='
LANG=C
nocorrect noglob man'
+alias man='nocorrect noglob man'
alias mysql='nocorrect mysql'
alias mkdir='nocorrect mkdir'
alias mv='nocorrect mv'