Commit Graph

13 Commits

Author SHA1 Message Date
328c1c13e3 Fine grained control over prompt elements.
Use `CSHENV_DISABLE_PROMPT_` env vars to control these.
2022-06-04 08:56:35 -04:00
910f194c4e Use a more portable branch symbol.
(I need a way to auto-detect the powerline one and use it when that
is present.)
2022-06-04 08:56:32 -04:00
861132a187 Use the branch symbol in the Supplementary Special purpose Plane
It seems to be in the fonts I like to use... so...
2022-05-18 00:09:50 -04:00
79ab6245ee Update prompt to show git branch name.
I should take some time, go back, and restructure some
of how the prompt gets built/calculated.  But this is fine
for now.
2022-05-16 15:28:48 -04:00
6e4d743af6 Prevent repeated colours or symbols. 2022-04-29 15:26:06 -04:00
8672bf09e9 Battery level support for macosx. 2022-04-15 15:59:26 -04:00
f725a1d9e0 Adjust for dumbness in how macos sed replaces things.
`tr` is more straightforward.
2022-04-15 15:58:34 -04:00
5c7b5f3ff8 DUH.... sed replaces with global... 2022-04-15 15:53:50 -04:00
51e339ce74 Fix prompt shuffling when shuf is not found. 2022-04-15 15:31:44 -04:00
d53a244b5f Make battery level label italic and more visible. 2022-04-15 15:13:00 -04:00
69e71ce4d1 Make battery device configurable 2022-04-14 16:40:54 -04:00
1ea3331a3a Add battery level into prompt.
Has to be turned on by an env variable, and I only tested it on one
laptop so far.
2022-04-14 13:54:03 -04:00
41fb29eef0 Add prompt reference symbols.
This one is a bit shaky still, but I now have symbolic,
colour-coded tags in the prompt.  This can be used to point out
interesting lines in pair programming.
2021-03-02 06:47:52 -05:00