summaryrefslogtreecommitdiff
path: root/themes/peepcode.zsh-theme
AgeCommit message (Collapse)Author
2020-06-08peepcode: add virtualenv prompt and fix git callsMarc Cornellà
2016-09-19 Fix peepcode theme ruby prompt info (#5339)Matt Nichols
The ruby prompt info was not interpolating properly. Switching to use ruby_prompt_info helper. This addresses the issue.
2016-06-15Peepcode theme: Don't try to use RVM if it's not available (#5154)Harald Nordgren
2015-12-14Move current_branch() from git plugin to core lib/git.zshAndrew Janke
Fixes #4085: core -> plugin dependency issue. Rename it to git_current_branch for clarity that it's git-specific. Update all plugins that were calling it to use new name. Fix variable leaks by making more variables in lib/git.zsh local. Have lib/git.zsh use [[ ]] instead of [ ] everywhere.
2012-02-20Added a peepcode themeJohn Barker