1. 14 Jul, 2019 2 commits
  2. 12 Jul, 2019 3 commits
  3. 11 May, 2019 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. 07 May, 2019 1 commit
  6. 22 Apr, 2019 1 commit
  7. 09 Apr, 2019 2 commits
  8. 08 Apr, 2019 1 commit
    • Marc Cornellà's avatar
      lib: delete PS1 default · 30594886
      Marc Cornellà authored
      A default PS1 doesn't make sense: the user will either choose a theme or not
      care about a default prompt since they can set it themselves.
      
      Fixes #7054
      30594886
  9. 21 Mar, 2019 2 commits
  10. 25 Feb, 2019 1 commit
  11. 20 Jan, 2019 1 commit
  12. 15 Sep, 2018 1 commit
  13. 09 Sep, 2018 1 commit
  14. 08 Sep, 2018 1 commit
  15. 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
  16. 09 Aug, 2018 1 commit
  17. 07 Aug, 2018 1 commit
    • Janosch Schwalm's avatar
      use https everywhere (#6574) · 19b925e7
      Janosch Schwalm authored
      * use https everywhere
      
      * use https links on the files that are left
      
      Also, removed some broken links and updated redirections.
      19b925e7
  18. 02 Aug, 2018 1 commit
  19. 24 Jul, 2018 1 commit
  20. 13 Jul, 2018 1 commit
  21. 02 Jul, 2018 1 commit
  22. 01 Jul, 2018 1 commit
  23. 30 Jun, 2018 2 commits
    • Marc Cornellà's avatar
      open_command: fix and improve command for WSL · f898ada8
      Marc Cornellà authored
      - Add double quotes to command so that the next argument isn't
        interpreted as the title for the start command.
      
      - If the first argument is a valid path, convert it to Windows path
        notation. If `wslpath` fails—because it's a path from inside WSL,
        which cannot be converted to Windows path notation— fail with an
        error code.
      
        This last circumstance will show an error like so:
      
          wslpath: path: Result not representable
      f898ada8
    • Marc Cornellà's avatar
      open_command: simplify code · 12086593
      Marc Cornellà authored
      12086593
  24. 17 Jun, 2018 1 commit
  25. 26 May, 2018 2 commits
  26. 07 May, 2018 1 commit
  27. 24 Apr, 2018 1 commit
  28. 22 Apr, 2018 6 commits