Make sure escape sequences don't leak into the prompt.
authorIain Patterson <me@iain.cx>
Wed, 7 Dec 2011 13:38:49 +0000 (13:38 +0000)
committerIain Patterson <me@iain.cx>
Thu, 8 Dec 2011 13:25:13 +0000 (13:25 +0000)
commit4f25d8785934b70ae74c04e300041da947b728b5
tree98302c3f43901350c5c2719f8816cd8d090f3021
parent985fd97d9b55478a5eb665523907c7aaa61ebdb0
Make sure escape sequences don't leak into the prompt.

If some terminal formatting escape sequence was used by an application
prior to returning to the prompt, the first parts of the prompt might
not be drawn correctly.  Force a reset before drawing anything.
.profile.d/ps1.bashrc