Allow disabling the "dirty" check for git.

This gets suuuuper slow for big repos. Support disabling it globally, via `theme_display_git_dirty`, or per-repo, using the `bash.showDirtyState` git config.
This commit is contained in:
Justin Hileman
2018-01-10 13:38:42 -08:00
parent 03ad58508a
commit d0a6e45403
2 changed files with 17 additions and 6 deletions

View File

@@ -68,6 +68,7 @@ You can override some of the following default options in your `config.fish`:
```fish
set -g theme_display_git no
set -g theme_display_git_dirty no
set -g theme_display_git_untracked no
set -g theme_display_git_ahead_verbose yes
set -g theme_git_worktree_support yes