Update configuration option documentation.

- Clean up README formatting.
- Move all configuration documentation from functions into the README.
- Add missing documentation for a bunch of other options.

Fixes #337
This commit is contained in:
Justin Hileman
2024-03-05 17:57:16 -05:00
parent 1a74ffd598
commit 2b060736b3
4 changed files with 215 additions and 123 deletions

View File

@@ -1,6 +1,4 @@
# You can override some default right prompt options in your config.fish:
# set -g theme_date_format "+%a %H:%M"
# set -g theme_date_timezone America/Los_Angeles
# See "Right prompt options" in README.md for configuration options
function __bobthefish_cmd_duration -S -d 'Show command duration'
[ "$theme_display_cmd_duration" = "no" ]