You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New user of fancy-git here and loving it.
However, before using fancy-git I used my homemade bash script to modify PS1 with some data from git. Specifically, my prompt would look a bit like this:
I really do miss the possibility to see how many file I've just added to the index using git add -u, to avoid mistakes.
Is it possible to configure fancy-git to do this?
Or could I easily patch the prompt with my own additions? Is there a guide on how to add custom changes to the prompt?
Thanks!
The text was updated successfully, but these errors were encountered:
New user of fancy-git here and loving it.
However, before using fancy-git I used my homemade bash script to modify
PS1
with some data from git. Specifically, my prompt would look a bit like this:I really do miss the possibility to see how many file I've just added to the index using
git add -u
, to avoid mistakes.Is it possible to configure fancy-git to do this?
Or could I easily patch the prompt with my own additions? Is there a guide on how to add custom changes to the prompt?
Thanks!
The text was updated successfully, but these errors were encountered: