This repository has been migrated to the self-hosted ari-web Forgejo instance: https://git.ari.lt/coffee/coffee.baz-plugin
Baz plugin for coffee theme in bash prompt
- Using baz plugin manager:
$ baz install git 'https://github.com/coffee-theme/coffee.baz-plugin'- GNU coreutils
- (Optional) git -- show git branch
- (Optional) virtualenv -- show current virtual environment
COFFEE_ROOT_CHAR-- The character to use for therootuser as the prompt [#]COFFEE_CLR_USER-- The colour to use for the normal user [green]COFFEE_USER_CHAR-- The character to use for the normal user as the prompt [%]COFFEE_CLR_ERR-- The error colour [red]COFFEE_CLR_VENV-- The colour to use for virtual environments [green]COFFEE_CLR_ROOT-- The user colour for therootuser [red]
The colours are not automatically escaped, to escape them
you can use printf or smt:
E.g.
export COFFEE_CLR_USER="$(printf "\033[0;33m")"