summaryrefslogtreecommitdiff
path: root/themes/amuse.zsh-theme
AgeCommit message (Collapse)Author
2023-02-09feat(amuse): add virtualenv support (#8987)Samyak Sarnayak
Fixes #7766 Closes #8814
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-10-07Fix tilde substitution in theme promptsMarc 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-27Fix print rvm version in amuse themejustvitalius
2015-09-26Merge pull request #4340 from pahnev/masterRobby Russell
Fixed broken git branch icon
2015-09-11Fixed broken git branch iconKirill Pahnev
2015-09-02Display rvm-prompt output.bronzdoc
2013-11-29Added Amuse zsh themeDhruva Sagar