projects
/
zsh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca1172e
)
dont set LANG=Cfor git
author
Joerg Jaspert
<joerg@ganneff.de>
Mon, 8 Apr 2013 08:20:35 +0000
(10:20 +0200)
committer
Joerg Jaspert
<joerg@ganneff.de>
Mon, 8 Apr 2013 08:20:35 +0000
(10:20 +0200)
.zsh/35_Aliases.zsh
patch
|
blob
|
history
diff --git
a/.zsh/35_Aliases.zsh
b/.zsh/35_Aliases.zsh
index
ec9faa7
..
ff85716
100644
(file)
--- a/
.zsh/35_Aliases.zsh
+++ b/
.zsh/35_Aliases.zsh
@@
-17,7
+17,7
@@
alias mmv='noglob mmv'
alias cp='command cp -i'
alias wget='noglob wget'
alias cgrep='grep --color'
-alias git='
LANG=C
git'
+alias git='git'
alias rot13='tr a-zA-Z n-za-mN-ZA-M'
is-callable psql && alias psql='LD_PRELOAD=/lib/libreadline.so.5 psql'