diff --git a/neofetch b/neofetch index 7328ae6b..7032f499 100755 --- a/neofetch +++ b/neofetch @@ -2929,7 +2929,7 @@ dynamicprompt() { # Set the prompt location if [ "$lines" -lt 0 ]; then - printf "\033[${lines}A" + printf "\033[${lines/-}A" else printf "\033[${lines}B" fi