summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2008-01-28 16:37:00 +0100
committerHugues Hiegel <hugues@hiegel.fr>2008-03-07 14:15:19 +0100
commitd8229f25e30a0e3fab8b7b2bf4bf3ed79a07267d (patch)
treed687d1d9de79221cc9ced89c94f00fad92260302
parent186f15b34bd3f0282c5f4f9ae4cd9306c6d62f85 (diff)
Meilleur affichage du débuggage pour savoir où on en est...
-rw-r--r--.zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index e17cdea..5c2fb7c 100644
--- a/.zshrc
+++ b/.zshrc
@@ -42,8 +42,9 @@ if [ -d $ZDOTDIR ]; then
for script in $ZDOTDIR/??_*.zsh
do
- [ "$DEBUG" = "yes" ] && echo "${${script:t:r}/??_/}... ";
+ [ "$DEBUG" = "yes" ] && echo -n "${${script:t:r}/??_/}... "
source $script
+ [ "$DEBUG" = "yes" ] && echo
for i in "net:$DOMAIN" "host:$HOST" "user:$USER" "user:$SUDO_USER"
do