From fc15371eaf3d2c342b65e275e0ab6e70fe38a17b Mon Sep 17 00:00:00 2001 From: Daniel Sager Date: Thu, 16 May 2019 10:46:49 +0200 Subject: [PATCH] disable git worktree support this caused the git prompt to disappear in the latest version of the theme bobthefish. ref: https://github.com/oh-my-fish/theme-bobthefish/issues/196 --- config/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/fish/config.fish b/config/fish/config.fish index b4b4cb2..4ff6ff0 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -42,7 +42,7 @@ set -g theme_display_git_untracked yes set -g theme_display_git_ahead_verbose yes set -g theme_display_git_dirty_verbose yes set -g theme_display_git_master_branch yes -set -g theme_git_worktree_support yes +set -g theme_git_worktree_support no set -g theme_display_vagrant no set -g theme_display_docker_machine no set -g theme_display_k8s_context no