From d8229f25e30a0e3fab8b7b2bf4bf3ed79a07267d Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Mon, 28 Jan 2008 16:37:00 +0100 Subject: Meilleur affichage du débuggage pour savoir où on en est... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3