projects
/
zsh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74b4da7
)
Better debug output
author
Joerg Jaspert
<joerg@ganneff.de>
Fri, 22 Mar 2013 12:34:00 +0000
(13:34 +0100)
committer
Joerg Jaspert
<joerg@ganneff.de>
Fri, 22 Mar 2013 12:34:00 +0000
(13:34 +0100)
.zsh/90_Plugins.zsh
patch
|
blob
|
history
diff --git
a/.zsh/90_Plugins.zsh
b/.zsh/90_Plugins.zsh
index
d37978e
..
3f9a540
100644
(file)
--- a/
.zsh/90_Plugins.zsh
+++ b/
.zsh/90_Plugins.zsh
@@
-7,10
+7,11
@@
HISTORY_BASE=${ZDOTDIR}/var/dirhist
mkdir -p ${HISTORY_BASE}
+debug ""
if [ -d ${ZDOTDIR}/plugins ]; then
for file in ${ZDOTDIR}/plugins/*.zsh; do
- debug "Loading ${file}"... -n
+ debug "
PLUGIN:
Loading ${file}"... -n
source $file
- debug "$fg_no_bold[green]done"
+ debug "
PLUGIN:
$fg_no_bold[green]done"
done
fi