mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-18 09:32:18 +03:00
5 lines
104 B
Fish
5 lines
104 B
Fish
function _tide_item_git_prompt
|
|
if test -n "$_tide_git_dir"
|
|
fish_git_prompt '%s '
|
|
end
|
|
end |