From d5830201d1d5f5d4bcf2217a9b6e0d101008640a Mon Sep 17 00:00:00 2001 From: Xiphoseer Date: Thu, 18 Jun 2020 01:32:50 +0200 Subject: [PATCH] Extend the list of options --- fish_prompt.fish | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fish_prompt.fish b/fish_prompt.fish index 455708d..bc37e95 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -24,6 +24,8 @@ # set -g theme_display_git_dirty_verbose yes # set -g theme_display_git_stashed_verbose yes # set -g theme_display_git_master_branch yes +# set -g theme_display_git_default_branch yes +# set -g theme_git_default_branch '' # set -g theme_git_worktree_support yes # set -g theme_display_vagrant yes # set -g theme_display_docker_machine no