1. 17 Jun, 2021 1 commit
  2. 13 Jun, 2021 1 commit
  3. 08 Mar, 2021 1 commit
  4. 08 May, 2019 1 commit
    • Andrew Janke's avatar
      Themes: switch to using ruby_prompt_info() · 299cd477
      Andrew Janke authored
      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.
      299cd477
  5. 19 Aug, 2018 1 commit
    • John Burwell's avatar
      Add jenv plugin · e8b99589
      John Burwell authored
      Initializes jenv and provides the jenv_prompt_info funtion to add
      Java version information to prompts.  This function is stubbed in
      prompt_info_functions script to allow it to be safely called
      regardless of whether or not the jenv plugin is loaded.
      
      It also splits detection of the plugin/versions directory and bin directory
      to suppport the way Homebrew splits the jenv bin and data directories
      e8b99589
  6. 07 Jan, 2014 1 commit
  7. 06 Jan, 2014 3 commits
  8. 31 Dec, 2013 2 commits