Skip to content

Commit

Permalink
Fix fish test
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed Mar 16, 2024
1 parent dcb07bd commit 6970c8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_go.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
FZF_ALT_C_COMMAND
FZF_ALT_C_OPTS FZF_CTRL_R_OPTS
FZF_API_KEY
fish_history
].freeze
DEFAULT_TIMEOUT = 10

Expand Down Expand Up @@ -67,7 +66,7 @@ def zsh
end

def fish
"unset #{UNSETS.join(' ')}; FZF_DEFAULT_OPTS=--no-scrollbar fish"
"unset #{UNSETS.join(' ')}; FZF_DEFAULT_OPTS=--no-scrollbar fish_history= fish"
end
end
end
Expand Down

0 comments on commit 6970c8d

Please sign in to comment.