Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-16 | fix: declare variables as global when using `typeset` | Marc Cornellà | |
Fixes fb86ec77 | |||
2021-12-14 | style: use `typeset` for dynamic variable names | Marc Cornellà | |
2021-12-13 | refactor(themes): use `ruby_prompt_info` everywhere | Marc Cornellà | |
2021-12-13 | style(simonoff): fix code style and optimize use of variables | Marc Cornellà | |
2021-12-13 | style(jonathan): fix code style in jonathan theme | Marc Cornellà | |
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. | |||
2015-02-10 | Clean up appearance lib file and redundant `colors` calls in other files | Marc Cornellà | |
2012-12-02 | Set default for rvm prompt prefix/suffix | Alexander Simonov | |
2012-12-02 | Simonoff theme | Alexander Simonov | |