From 6c38fc91f1ee80cc778a727738a659b3147ea923 Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Thu, 2 Sep 2010 22:03:39 -0500 Subject: [PATCH] uninitialized variable in prompt for dumb term --- zsh/prompt | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/prompt b/zsh/prompt index 06ab5b7..9308541 100755 --- a/zsh/prompt +++ b/zsh/prompt @@ -3,6 +3,7 @@ RESETCOLOR='' HOSTCOLOR='' PATHCOLOR='' BOLDERRORCOLOR='' +BLACKCOLOR='' case "${TERM}" in *256color*)