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. | |||
2018-10-07 | Fix tilde substitution in theme prompts | Marc Cornellà | |
These themes used an adhoc substitution of $HOME for tilde in $PWD, but it's better to use '%~' and is less error prone. See #7160 | |||
2018-08-29 | Fix rvm-prompt usage in fino* themes (#6477) | Nick Diego Yamane | |
* theme/fino: Check rvm-prompt is installed before to try to use it Signed-off-by: Nick Diego Yamane <nick.diego@gmail.com> * theme/fino-time: Check rvm-prompt is installed before to try to use it Signed-off-by: Nick Diego Yamane <nick.diego@gmail.com> | |||
2015-07-19 | Fix little typo that makes the statement useless. | Alex Talker | |
2015-02-15 | Fix echo nothing if $SHORT_HOST doesn't exist. | Alex Talker | |
2014-11-06 | Change all hostname calls for $HOST or $SHORT_HOST | Marc Cornellà | |
2014-03-08 | Remove all copyright information in themes. Closes #2587 | Dan Kerimdzhanov | |
2012-10-13 | updated symbol | Alexander Berezovsky | |
2012-05-23 | fino-time theme | Alexander Berezovsky | |