mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-23 17:02:24 +03:00
5 lines
103 B
Fish
5 lines
103 B
Fish
function _tide_item_git_prompt
|
|
if test -n "$_tide_git_dir"
|
|
fish_git_prompt '%s'
|
|
end
|
|
end |