Commit graph

7 commits

Author SHA1 Message Date
Pandu POLUAN
cd46ae521c 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.
2017-10-20 22:04:38 +07:00
Pandu POLUAN
274462c558 Use %F instead of $fg
In addition to more succinct, %F{color} is also MUCH more readable
than %{$fg[color]%}
2017-10-13 00:16:45 +07:00
Pandu POLUAN
1d99e87341 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.
2017-10-13 00:09:17 +07:00
Pandu POLUAN
a5aaa83862 Improve IP Address Detection
* Allow disabling of IP Addr detection
* Accoutrements part of the chunk generation
* Also works in Windows (under Cygwin)
2017-10-12 23:33:50 +07:00
Pandu POLUAN
504fcf3ecd Add vim modeline 2017-10-12 23:30:39 +07:00
Pandu POLUAN
238e0de053 Fix Mercurial detection 2017-10-12 23:29:20 +07:00
Pandu POLUAN
6a74231e7a New Theme: ys-pep
Created a new theme "ys-pep" derived from the "ys" theme
2017-10-12 16:52:34 +07:00