Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-08 | Themes: switch to using ruby_prompt_info() | Andrew Janke | |
Changes themes displaying RVM or other Ruby version info to use the central ruby_prompt_info function. This supports more Ruby versioning mechanisms, reduces copy-and-paste code, and avoids "zsh: no such file or directory: rvm-prompt" when run on machines that do not have RVM installed. Changes the prefix/suffix variable names to ZSH_THEME_RUBY_PROMPT_PREFIX and ZSH_THEME_RUBY_PROMPT_SUFFIX, since they apply to all Ruby versioning mechanisms, not just RVM. Allows empty ZSH_THEME_RUBY_PROMPT_PREFIX and ZSH_THEME_RUBY_PROMPT_SUFFIX. | |||
2015-12-14 | Move current_branch() from git plugin to core lib/git.zsh | Andrew 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-25 | Simplified gallois RPS1 setup using some helpful scripts | Daniel Farrell | |
2014-03-23 | Fixed which output at each new shell creation | Daniel Farrell | |
2014-03-17 | Don't show useless '[]' when chruby_prompt_info is empty | Kory Prince | |
2013-12-27 | add chruby info to gallois theme | Konstantin Haase | |
2013-09-18 | Added WIP alert to the gallois' theme | Maxime Chaisse-Leal | |
2012-01-23 | adding rbenv support to all the rvm themes | Brent Faulkner | |
2011-08-16 | Gallois theme - made the git branch/status show for those of us without rvm | Ben Lumley | |
2011-04-23 | added custom theme, based on eastwood | Felipe Gallois | |