summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--12_Prompts.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/12_Prompts.zsh b/12_Prompts.zsh
index b3d2ed7..af9ec6c 100644
--- a/12_Prompts.zsh
+++ b/12_Prompts.zsh
@@ -86,7 +86,7 @@ old_precmd()
spaceleft=$((1 + $COLUMNS - $ERRORSIZE - $MAILSTATSIZE - $DATESIZE))
unset HBAR
- for h in {1..$(($spaceleft - 1))}
+ for h in {1..$spaceleft}
do
HBAR=$HBAR-
done