Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion functions/_tide_print_item.fish
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ function _tide_print_item -a item
echo -ns $tide_right_prompt_separator_diff_color
end

v=tide_"$item"_color set_color $$v -b $item_bg_color
set_color -b $item_bg_color
v=tide_"$item"_color set_color $$v

echo -ns $_tide_pad $argv[2..] $_tide_pad

Expand Down
2 changes: 1 addition & 1 deletion functions/tide.fish
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ function tide --description 'Manage your Tide prompt'
argparse --stop-nonopt v/version h/help -- $argv

if set -q _flag_version
echo 'tide, version 6.2.0'
echo 'tide, version 6.2.1'
else if set -q _flag_help
_tide_help
else if functions --query _tide_sub_$argv[1]
Expand Down
Loading