projects
/
zsh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42fe940
)
dont use path for true
author
Joerg Jaspert
<joerg@debian.org>
Fri, 22 Mar 2013 20:35:13 +0000
(21:35 +0100)
committer
Joerg Jaspert
<joerg@debian.org>
Fri, 22 Mar 2013 20:35:13 +0000
(21:35 +0100)
.zsh/.zshrc
patch
|
blob
|
history
diff --git
a/.zsh/.zshrc
b/.zsh/.zshrc
index
d962bd3
..
6849807
100644
(file)
--- a/
.zsh/.zshrc
+++ b/
.zsh/.zshrc
@@
-95,6
+95,6
@@
if [ ! -z "$SUDO_USER" ]; then
[ "`pwd`" = ~$SUDO_USER ] && cd
fi
-[[ -f ${ZDOTDIR}/.zshlate ]] && source ${ZDOTDIR}/.zshlate ||
/bin/
true
+[[ -f ${ZDOTDIR}/.zshlate ]] && source ${ZDOTDIR}/.zshlate || true
unfunction debug
unfunction maybe_compile