Add verbose option for Git dirty state (#133)

* Add verbose option for Git dirty state

* Simplify git dirty verbose setting check
This commit is contained in:
Philip Fulgham
2018-02-21 01:25:19 -05:00
committed by Justin Hileman
parent d1731ae1e1
commit 180f251189
2 changed files with 11 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ 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_display_git_dirty_verbose yes
set -g theme_git_worktree_support yes
set -g theme_display_vagrant yes
set -g theme_display_docker_machine no