tide/lean_theme/lean_git_prompt.fish

8 lines
192 B
Fish

function lean_git_prompt
set gitPrompt (fish_git_prompt)
set gitPrompt (string replace "(" "" $gitPrompt)
set gitPrompt (string replace ")" "" $gitPrompt)
echo $gitPrompt
end