Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
johnr14 committed Apr 9, 2024
1 parent 76211a9 commit 1c7a667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/_tide_item_git.fish
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function _tide_item_git
set -g tide_git_bg_color $tide_git_bg_color_unstable
end

if test "$tide_git_icon_true"
if set -q tide_git_icon_true
_tide_print_item git $_tide_location_color$tide_git_icon' ' (set_color white; echo -ns $location $tide_git_icon_spacer
set_color $tide_git_color_operation; echo -ns ' '$operation ' '$step/$total_steps
set_color $tide_git_color_upstream; echo -ns $tide_git_icon_upstream_behind$behind tide_git_icon_upstream_ahead$ahead
Expand Down

0 comments on commit 1c7a667

Please sign in to comment.