tide/functions/_tide_item_git_prompt.fish
2020-07-04 14:01:56 -07:00

5 lines
103 B
Fish

function _tide_item_git_prompt
if test -n "$_tide_git_dir"
fish_git_prompt '%s'
end
end