projects
/
zsh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a66c0f
)
rename the sudo alias to xsudo. we dont want to unconditionallly overwrite the TERM...
author
Joerg Jaspert
<joerg@debian.org>
Sat, 13 Apr 2013 10:31:28 +0000
(12:31 +0200)
committer
Joerg Jaspert
<joerg@debian.org>
Sat, 13 Apr 2013 10:31:28 +0000
(12:31 +0200)
.zsh/01_Terminfo.zsh
patch
|
blob
|
history
diff --git
a/.zsh/01_Terminfo.zsh
b/.zsh/01_Terminfo.zsh
index
d8538b4
..
10e9c14
100644
(file)
--- a/
.zsh/01_Terminfo.zsh
+++ b/
.zsh/01_Terminfo.zsh
@@
-40,7
+40,7
@@
__ () {
done
unset LC__ORIGINALTERM
export TERM
- alias sudo="TERM=xterm command sudo"
+ alias
x
sudo="TERM=xterm command sudo"
fi
} && __