mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2026-03-02 03:49:25 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user