tide/functions/_tide_item_git_prompt.fish
2020-06-06 11:57:43 -07:00

5 lines
104 B
Fish

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