Skip to content

Commit

Permalink
disable git worktree support
Browse files Browse the repository at this point in the history
this caused the git prompt to disappear in the latest version of the
theme bobthefish.

ref: oh-my-fish/theme-bobthefish#196
  • Loading branch information
dsager committed May 16, 2019
1 parent 11239fc commit 9ee8469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ee8469

Please sign in to comment.