Fix prompt escape sequences for iTerm.
authorIain Patterson <me@iain.cx>
Mon, 26 Oct 2009 14:36:52 +0000 (14:36 +0000)
committerIain Patterson <me@iain.cx>
Mon, 26 Oct 2009 14:36:52 +0000 (14:36 +0000)
commit41bfbf58f59c0def4ee9126a57e1bb07ba35a3f2
tree80ca6caff9a0dd2f8392d73356c3040ab2e94ff1
parent3355282d8c651fa4e8cf4c819095e47b9fb4bfeb
Fix prompt escape sequences for iTerm.

iTerm doesn't like setting bold/normal and colour change at the same
time.  Trying to do so yields broken colour settings with blinking and
other strangeness.
Fix it by splitting bold information from the requested colour escape
sequence and setting both separately.
.profile.d/ps1.bashrc