summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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