tide/functions/_tide_item_git_prompt.fish

5 lines
104 B
Fish
Raw Normal View History

2020-05-20 20:05:33 +03:00
function _tide_item_git_prompt
2020-06-06 21:57:43 +03:00
if test -n "$_tide_git_dir"
2020-05-29 00:27:53 +03:00
fish_git_prompt '%s '
end
2020-04-03 01:39:10 +03:00
end