Commit graph

8 commits

Author SHA1 Message Date
Pandu POLUAN
0b99c19375 Color simplification & bold-bleed fix
Simplify coloring by using exclusively %b + %f (and %k) to perform
color reset.

Also removed an unused local variable.
2018-01-12 17:34:29 +07:00
Pandu POLUAN
fa3e210026 Fix color bleed when list appears
%B and %F had a side effect of coloring the redraw of the prompt
when list appears underneath the active line. Added %b and %f to
properly end the coloring.

Not sure if %{ and %} are needed, but added just in case needed.
2018-01-12 17:34:29 +07:00
Pandu POLUAN
73dec8c017 Use %F instead of $fg
In addition to more succinct, %F{color} is also MUCH more readable
than %{$fg[color]%}
2018-01-12 17:34:29 +07:00
Pandu POLUAN
d71ec555e6 Replace GCE_PROJECT with something more generic
GCE_PROJECT was a local need; it should be in .zshrc instead of in the theme.

Replacing with an overridable system.
2018-01-12 17:34:29 +07:00
Pandu POLUAN
1ce70ec50f Improve IP Address Detection
* Allow disabling of IP Addr detection
* Accoutrements part of the chunk generation
* Also works in Windows (under Cygwin)
2018-01-12 17:34:29 +07:00
Pandu POLUAN
58f98f857a Add vim modeline 2018-01-12 17:34:29 +07:00
Pandu POLUAN
88fbce4415 Fix Mercurial detection 2018-01-12 17:34:29 +07:00
Pandu POLUAN
0c9feaa910 New Theme: ys-pep
Created a new theme "ys-pep" derived from the "ys" theme
2018-01-12 17:34:28 +07:00