summaryrefslogtreecommitdiff
path: root/01_Functions.zsh
diff options
context:
space:
mode:
Diffstat (limited to '01_Functions.zsh')
-rw-r--r--01_Functions.zsh2
1 files changed, 1 insertions, 1 deletions
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