Fix garbage in prompt
This commit is contained in:
parent
b112ac9715
commit
2b7ff346db
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -2789,7 +2789,7 @@ dynamicprompt() {
|
|||
fi
|
||||
|
||||
# Set the prompt location
|
||||
[ "$image" != "off" ] && printf "%b%s" "\033[${lines:-0}B"
|
||||
[ "$image" != "off" ] && printf "\033[${lines/-*/0}B"
|
||||
}
|
||||
|
||||
# }}}
|
||||
|
|
Loading…
Reference in a new issue