summaryrefslogtreecommitdiff
path: root/themes/suvash.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.
2016-10-14Display suvash prompt w/o Ruby; refactor codeMarc Cornellà
2012-01-23adding rbenv support to all the rvm themesBrent Faulkner
2011-12-12Added my own theme file : suvashSuvash Thapaliya
Since I store my dotfiles on github and plan to submodule oh-my-zsh i supposed it was a good idea to submit my theme as well.