Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-09 | feat(amuse): add virtualenv support (#8987) | Samyak Sarnayak | |
Fixes #7766 Closes #8814 | |||
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 | |||
2015-09-27 | Fix print rvm version in amuse theme | justvitalius | |
2015-09-26 | Merge pull request #4340 from pahnev/master | Robby Russell | |
Fixed broken git branch icon | |||
2015-09-11 | Fixed broken git branch icon | Kirill Pahnev | |
2015-09-02 | Display rvm-prompt output. | bronzdoc | |
2013-11-29 | Added Amuse zsh theme | Dhruva Sagar | |