summaryrefslogtreecommitdiff
path: root/themes/eastwood.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.
2014-03-08Remove all copyright information in themes. Closes #2587Dan Kerimdzhanov
2012-01-23adding rbenv support to all the rvm themesBrent Faulkner
2010-06-04Eastwood theme with optional RVM supportMasterLambaster