How the fuck can you remove git from fish shell prompt
Fish shell uses the fish_prompt function, and you can see which script has defined this function running
functions fish_prompt
You can adapt the function there as you wish, for example if you see
if git_is_repo this else that end
Just comment out everything and write that instead, or overwrite the function in your ~/.config/fish/config.fish .












