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,8 +1,4 @@
# You can override some default title options in your config.fish:
# set -g theme_title_display_process no
# set -g theme_title_display_path no
# set -g theme_title_display_user yes
# set -g theme_title_use_abbreviated_path no
# See "Title options" in README.md for configuration options
function __bobthefish_title_user -S -d 'Display actual user if different from $default_user'
if [ "$theme_title_display_user" = 'yes' ]