From: Anders Kaseorg Date: Tue, 15 Jun 2010 08:11:05 +0000 (-0400) Subject: newline-fix.bash: Force the bash prompt to start after a newline X-Git-Url: https://snippets.scripts.mit.edu/gitweb.cgi/Scripts/git/.git/commitdiff_plain/bbe6be472aca29cfab26d0304b6eb36920968ac0?ds=sidebyside;hp=bbe6be472aca29cfab26d0304b6eb36920968ac0 newline-fix.bash: Force the bash prompt to start after a newline Some commands don’t print a newline at the end of their output, or take long enough to return that you’ve already typed part of the next command. Either causes bash to start its prompt in the middle of a line, which confuses it. This script sets $PROMPT_COMMAND to echo a magic sequence of terminal commands that will display a red “\n” before the prompt if it would otherwise start in the middle of a line. Signed-off-by: Anders Kaseorg ---