Remove double-checking of git repo

This commit is contained in:
Ilan Cosman 2020-05-28 14:27:53 -07:00
parent 7563db5de5
commit 70e431d66b

View File

@ -1,3 +1,5 @@
function _tide_item_git_prompt
if test -n "$git_dir"
fish_git_prompt '%s '
end
end