From 3c94bc1cb9d6574d70e4065a4719d6d5b0463138 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Thu, 3 Jun 2010 16:41:10 +0200 Subject: [Funcs] preprints a bar with 74 chars wide, and 3-space width --- 01_Functions.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_Functions.zsh b/01_Functions.zsh index 874e146..0faebc8 100644 --- a/01_Functions.zsh +++ b/01_Functions.zsh @@ -81,7 +81,7 @@ preprint() my_color=${2-"$prompt_colors[generic]"} hbar= - for i in {1..$((80 - ${#1} - 5))} + for i in {1..$((74 - ${#1} - 5))} do hbar=$hbar- done -- cgit v1.2.3