-
Notifications
You must be signed in to change notification settings - Fork 439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configurable prompt #131
base: master
Are you sure you want to change the base?
Configurable prompt #131
Conversation
…as previous hard coded)
Codecov Report
@@ Coverage Diff @@
## master #131 +/- ##
==========================================
+ Coverage 79.31% 79.36% +0.05%
==========================================
Files 36 36
Lines 2813 2820 +7
==========================================
+ Hits 2231 2238 +7
Misses 582 582 |
Resolving merge conflicts ended up having just one line between functions and/or other code. This commit brings back the 2 lines separation
I resolved the existing merge conflicts (the DEFAULT_TITLE changed over time that this PR is open :-o) and should be mergeable now :-) |
|
Implementation for #65
A very simple solution following the style as already loading the colors and saving prompt configuration also to .gitsomeconfig
There isn't further documentation or error checking for what all the prompt options are, but it should easy now to adapt the default colors to a light color scheme what was my motiviation (replacing WHITE with BLACK here does it for me now).