From 8328b3784d2b2c475c1226a8fb0f9cd2533fb23e Mon Sep 17 00:00:00 2001 From: tfheen Date: Fri, 25 Sep 2009 10:16:51 +0000 Subject: [PATCH] Get rid of a bit of debugging git-svn-id: file:///svn/tfheen/trunk/dotfiles@1400 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zshrc b/zshrc index bb8ab95..2e5a334 100644 --- a/zshrc +++ b/zshrc @@ -6,7 +6,6 @@ is_root() { } sourcedir() { - set -x if [ ! -d "$1" ]; then echo "no such directory: $1" return 1 @@ -15,7 +14,7 @@ sourcedir() { case "$f" in *~|*.bak|*.old|*.sw?|*.zwc|*.disabled) continue;; esac - echo " sourcing file $f" +# echo " sourcing file $f" source "$f" done } -- 2.39.5