Skip to content

Commit

Permalink
Disable git worktree support
Browse files Browse the repository at this point in the history
  • Loading branch information
Dietrich Daroch committed Jul 20, 2019
1 parent fc8f55d commit 019051f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions conf.d/vars.fish
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@

# Theme setup
set -g theme_show_exit_status yes

set -g theme_newline_cursor clean
set -g theme_newline_cursor_arrow_glyph no
set -g theme_git_worktree_support yes
set -g theme_display_hg yes
set -g theme_show_exit_status yes
# set -g theme_color_scheme dark
#set -g theme_color_scheme dark
set -U fish_color_autosuggestion 666

# Disabled worktree (https://github.com/oh-my-fish/theme-bobthefish/issues/181)
#set -g theme_git_worktree_support yes

set -g theme_display_hg yes

# Use locate for file and directory completion
set -U FZF_FIND_FILE_COMMAND "command locate \$PWD | sed 's#'\$PWD/'##'"
# set -U FZF_FIND_FILE_COMMAND "command pt -l ''"
Expand Down

0 comments on commit 019051f

Please sign in to comment.