diff --git a/.bshell/bb.sh b/.bshell/bb.sh index 1ca2c34..5d6317d 100644 --- a/.bshell/bb.sh +++ b/.bshell/bb.sh @@ -107,7 +107,7 @@ function __prompt_command() { R_LEN="XXX XXX XX, XX:XX:XX$RETURN_CODE" L_LEN=${#L_LEN} R_LEN=${#R_LEN} - let WIDTH=$(tput cols)-${R_LEN}-${L_LEN}+95 + let WIDTH=$(tput cols)-${R_LEN}-${L_LEN}+94 FILL=$BORDCOL$HBAR for ((x = 0; x < $WIDTH; x++)); do FILL="$FILL$HBAR"