Update BarbUk theme documentation

pull/1683/head
BarbUk 2020-11-10 13:40:09 +01:00
parent 4f1060b7cc
commit f5012d4516
No known key found for this signature in database
GPG Key ID: DB301C759539E9FE
1 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,6 @@ BARBUK_HG_CHAR='☿ '
BARBUK_SVN_CHAR='⑆ ' BARBUK_SVN_CHAR='⑆ '
BARBUK_EXIT_CODE_ICON=' ' BARBUK_EXIT_CODE_ICON=' '
BARBUK_PYTHON_VENV_CHAR=' ' BARBUK_PYTHON_VENV_CHAR=' '
BARBUK_COMMAND_DURATION_ICON='  '
``` ```
### Customize glyphs ### Customize glyphs
@ -82,10 +81,11 @@ chmod 400 /etc/sudoers.d/keepenv
## Command duration ## Command duration
Command duration is enabled by default and can be disabled: Command duration require the the cmd-duration plugin.
You can enable it with:
```bash ```bash
export BARBUK_COMMAND_DURATION=false bash-it enable plugin cmd-duration
``` ```
## Examples ## Examples