Skip to content

Commit

Permalink
fixing fish key bindings test
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco-Veio committed Feb 4, 2024
1 parent 04166dd commit 9f71d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/_tide_item_character.fish
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ function _tide_item_character

set -q add_prefix || echo -ns ' '

if test $fish_key_bindings = fish_default_key_bindings
if test "$fish_key_bindings" = fish_default_key_bindings
test $_tide_status = 0 && echo -ns $tide_character_icon || echo -ns $tide_character_icon_failure
else
switch $fish_bind_mode
Expand Down

0 comments on commit 9f71d80

Please sign in to comment.