diff --git a/neofetch b/neofetch index 2bd9be03..01052b32 100755 --- a/neofetch +++ b/neofetch @@ -2957,7 +2957,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