summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2008-06-20 16:47:28 +0200
committerHugues Hiegel <hugues@hiegel.fr>2008-06-20 16:47:28 +0200
commit537cdec6fed2efa09b44ec764eb944d58500eb2f (patch)
tree88113942dc7e4ffac37c2dbb7f179c71c05226a8
parent448bb5a6f0ee299d46cdfb90818a564c1aa02545 (diff)
Tiny bug while managing host:osnp1260077/user: with preprint()
-rw-r--r--01_Functions.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/01_Functions.zsh b/01_Functions.zsh
index d4c77bf..11124de 100644
--- a/01_Functions.zsh
+++ b/01_Functions.zsh
@@ -43,7 +43,7 @@ term_title()
preprint()
{
- local my_color
+ local my_color i
my_color=${2-"$color[black];$color[bold]"}