mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-27 13:18:02 +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 |