Skip to content

Commit

Permalink
Set color to normal at end of prompt (#63)
Browse files Browse the repository at this point in the history
* Set color to normal at end of prompt char

* move `set_color normal` to _tide_prompt
  • Loading branch information
peng1999 authored Jan 1, 2021
1 parent 1bcfe31 commit fb22b3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions/_tide_item_prompt_char.fish
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ function _tide_item_prompt_char
printf '%s' $tide_prompt_char_vi_visual_icon' '
end
end
end
end
3 changes: 2 additions & 1 deletion functions/_tide_prompt.fish
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ function _tide_prompt

_tide_right_prompt
_tide_left_prompt
end
set_color normal
end

0 comments on commit fb22b3b

Please sign in to comment.