summaryrefslogtreecommitdiff
path: root/themes/gnzh.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.
2018-08-07use https everywhere (#6574)Janosch Schwalm
* use https everywhere * use https links on the files that are left Also, removed some broken links and updated redirections.
2015-09-04gnzh theme: fix "eval" and related problems.Andrew Janke
Switch to normal zsh %F/%f prompt escapes to avoid "eval" and extra variables. Wrap whole thing in anonymous function so the existing `local` statements actually work. Then switch '...' to eager "..." so stuff actually works with local variables. And local-ize the remaining variables that are used only in prompt construction.
2015-02-10Clean up appearance lib file and redundant `colors` calls in other filesMarc Cornellà
2014-06-06Show user prompt in gnzh theme regardless of UIDMarc Cornellà
Fixes #2008.
2012-03-06fix gnzh theme to detect local rvm installationsWilliam Ting
2011-08-13oops, restore broken theme previewMax Gonzih
2011-08-13detect rvm or rbenv and show ruby versionMax Gonzih
2011-06-21removing useless lineMax Gonzih
2011-06-21Create gnzh themeMax Gonzih