From 03af40b165c8abdce4f7960b09641ede9d5256ee Mon Sep 17 00:00:00 2001 From: Andy Date: Sat, 26 Oct 2019 17:13:29 +0200 Subject: [PATCH] README: Clarify git_worktree_support default `theme_git_worktree_support` is enabled by default. The wording "leave it disabled" suggests the option would be disabled. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43ed9e4..9410535 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ set -g theme_newline_prompt '$ ' - `theme_display_hostname`. Same behaviour as `theme_display_user`. - `theme_show_exit_status`. Set this option to `yes` to have the prompt show the last exit code if it was non_zero instead of just the exclamation mark. - `theme_display_jobs_verbose`. If set to `yes` this option displays the number of currently running background jobs next to the percent sign. -- `theme_git_worktree_support`. If you do any git worktree shenanigans, setting this to `yes` will fix incorrect project-relative path display. If you don't do any git worktree shenanigans, leave it disabled. It's faster this way :) +- `theme_git_worktree_support`. If you do any git worktree shenanigans, setting this to `yes` will fix incorrect project-relative path display. If you don't do any git worktree shenanigans, disable it. It's faster this way :) - `theme_use_abbreviated_branch_name`. Set to `yes` to truncate git branch names in the prompt. - `fish_prompt_pwd_dir_length`. bobthefish respects the Fish `$fish_prompt_pwd_dir_length` setting to abbreviate the prompt path. Set to `0` to show the full path, `1` (default) to show only the first character of each parent directory name, or any other number to show up to that many characters. - `theme_project_dir_length`. The same as `$fish_prompt_pwd_dir_length`, but for the path relative to the current project root. Defaults to `0`; set to any other number to show an abbreviated path.