summaryrefslogtreecommitdiff
path: root/themes/gallois.zsh-theme
AgeCommit message (Collapse)Author
2019-05-08Themes: 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-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-25Simplified gallois RPS1 setup using some helpful scriptsDaniel Farrell
2014-03-23Fixed which output at each new shell creationDaniel Farrell
2014-03-17Don't show useless '[]' when chruby_prompt_info is emptyKory Prince
2013-12-27add chruby info to gallois themeKonstantin Haase
2013-09-18Added WIP alert to the gallois' themeMaxime Chaisse-Leal
2012-01-23adding rbenv support to all the rvm themesBrent Faulkner
2011-08-16Gallois theme - made the git branch/status show for those of us without rvmBen Lumley
2011-04-23added custom theme, based on eastwoodFelipe Gallois