summaryrefslogtreecommitdiff
path: root/themes/josh.zsh-theme
AgeCommit message (Collapse)Author
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-03-23[themes/josh] Use $(current_branch) in promptPiotr Solnica
2012-01-23adding rbenv support to all the rvm themesBrent Faulkner
2010-08-19Made the user_machine_size calculation generic. Pwned the function name.Josh Price
2010-08-19Added my own theme based on pat'sJosh Price