Chapter 7: Custom

Use a Custom Prompt
Wether to use a custom prompt or not
Choose Style to Modify
Choose one of the Internal styles to modify it
Insert Symbolic Color
BashStyle-NG uses "symbolic colors", which you can adjust. eg Username.
Use this to put some in your prompt. Unless like adding color-codes
directly, this gives you the opportunity to change the colors via BS-NG
PS1
Put your prompt here.
PROMPT_COMMAND
Put your PROMPT_COMMAND [anything to be done before PS1] here.
Note: If you need a new line, insert \n [nessacary!]
Note: You can't use symbolic colors directly with echo!
You have to use bs-ng-parse-echo and the symbolic color
Like: echo -e $(bs-ng-parse-echo $usercolor) "xyz"
Standard Stuff
Put Bash builtin Stuff into your prompt
BashStyle-NG Stuff
Put Stuff provided by BashStyle-NG into your prompt
See Chapter 8 for more infos on that