Commit graph

6 commits

Author SHA1 Message Date
Jared Hancock
b6bb141649 Use a vcs library and add a Mercurial plugin
Move git_* functions to vcs_* to allow for better plugin support
Modify plugins to use the new function names and declare new variable
names, so ZSH_THEME_GIT_* variables are ZSH_THEME_VCS_* and
git_prompt_info() is vcs_prompt_info()
2011-04-07 22:59:01 -05:00
Tom Kirchner
92cacc9552 No space before prompt char at beginning of line 2011-03-15 00:43:37 +00:00
Tom Kirchner
cb2362c006 Actually show return code on failure 2011-03-15 00:43:22 +00:00
Tom Kirchner
e1f37e311f Sweet lightning bolt on uncommitted git changes 2011-03-15 00:42:51 +00:00
Tom Kirchner
1b7868adca Remove unnecessary whitespace 2011-03-15 00:42:12 +00:00
Tom Kirchner
6654d5dd99 Make personal theme based on dst 2011-03-15 00:41:51 +00:00