I do use helix but haven’t taken advantage of the git integration. Maybe I’m unaware of its power.
For fish, I defined my own fish_prompt function with an indicator if there are uncommitted changes. It’s just running git status under the hood. I have a TODO in that function to run a pijul diff in the directory if git status returns nothing…
I do use helix but haven’t taken advantage of the git integration. Maybe I’m unaware of its power. For fish, I defined my own fish_prompt function with an indicator if there are uncommitted changes. It’s just running
git status
under the hood. I have a TODO in that function to run apijul diff
in the directory ifgit status
returns nothing…