Chapter 7: Custom





Use a custom prompt

 When enabled, use the custom prompt setup here.

Choose Style to modify

 Insert an internal style, 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: You can't use symbolic colors directly with echo!
 You have to use bs-ng-echo and the symbolic color: `echo -e $(bs-ng-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

Chapter 6 Index Chapter 8