misc: prompt
This commit is contained in:
parent
c9146d9eee
commit
4dd9cc15f0
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -4308,7 +4308,7 @@ dynamic_prompt() {
|
||||||
return
|
return
|
||||||
else
|
else
|
||||||
[[ "$image_prompt" ]] && printf "%b\n" "$line_breaks"
|
[[ "$image_prompt" ]] && printf "%b\n" "$line_breaks"
|
||||||
lines="$((lines - info_height))"
|
lines="$((lines - info_height + 1))"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Set the prompt location.
|
# Set the prompt location.
|
||||||
|
|
Loading…
Reference in a new issue