I really like this project and want to start using it for my bash prompt! I starting getting a config setup and realized that my current setup uses BOLD typefaces for some of my prompt and I couldn't find a way to do that with promptconfig. My current prompt (https://github.com/coreyja/dotfiles/blob/master/.bash_prompt) uses tput to set a bold style.
tput can be used to look up the color escape codes. As I understand it, it provides better interoperability with different terminals which may use different escape codes.
StackOverflow about tput: https://stackoverflow.com/a/20983251
I really like this project and want to start using it for my bash prompt! I starting getting a config setup and realized that my current setup uses BOLD typefaces for some of my prompt and I couldn't find a way to do that with promptconfig. My current prompt (https://github.com/coreyja/dotfiles/blob/master/.bash_prompt) uses
tputto set a bold style.tputcan be used to look up the color escape codes. As I understand it, it provides better interoperability with different terminals which may use different escape codes.StackOverflow about
tput: https://stackoverflow.com/a/20983251