Mac OS X bash prompt bug?
- by Memo
I am trying to set my bash prompt to display the time and current directory in bold:
export PS1="\[\e[1m\][\A] \w \$ \[\e[0m\]"
This does apparently work, but when I use the command history (ctrl-r), after finding the command I was searching for and pressing enter, this line is not displayed correctly. Here is an example:
[21:58]…