From 1697c66240bc9d7b85e50f500ac6704f8e69bf33 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 7 Jun 2012 15:25:57 +0200 Subject: [Debug] better debug managment --- 01_Internal.zsh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '01_Internal.zsh') diff --git a/01_Internal.zsh b/01_Internal.zsh index 359c01c..44c4716 100644 --- a/01_Internal.zsh +++ b/01_Internal.zsh @@ -24,6 +24,7 @@ __cmd_exists () __term_title() { + __debug -n " Term title..." # Jobs typeset -A command for word in ${=@} ; command[$#command]=$word @@ -73,6 +74,7 @@ __term_title() ;; esac fi + __debug } __preprint() @@ -105,10 +107,14 @@ __get_gcl_branch () { case $1 in git) + __debug -n " GIT status..." __get_git_branch + __debug ;; hg) + __debug -n " HG status..." __get_hg_branch + __debug ;; *) ;; -- cgit v1.2.3