1. 05 Apr, 2020 1 commit
  2. 05 Mar, 2020 1 commit
  3. 03 Mar, 2020 3 commits
  4. 02 Mar, 2020 1 commit
  5. 01 Mar, 2020 6 commits
  6. 28 Feb, 2020 2 commits
  7. 27 Feb, 2020 2 commits
  8. 24 Feb, 2020 1 commit
  9. 11 Feb, 2020 1 commit
  10. 10 Feb, 2020 1 commit
  11. 16 Jan, 2020 1 commit
  12. 19 Nov, 2019 1 commit
  13. 06 Nov, 2019 3 commits
  14. 16 Oct, 2019 1 commit
  15. 19 Sep, 2019 1 commit
    • Marc Cornellà's avatar
      Fix WSL check for WSL 2 and simplify nohup in open_command · 095d56b5
      Marc Cornellà authored
      WSL 2 changes the output of `uname -r`. For instance,
      
        WSL 1: 4.4.0-18980-Microsoft
        WSL 2: 4.19.67-microsoft-standard
      
      Since WSL 2 lowercases the M, we can match for the rest of the string
      which remains lowercase throughout both versions. Another option would
      be to match for both upper- and lower-case Ms, like that:
      
        $(uname -r) = *[Mm]icrosoft*
      
      Fixed use of nohup in open_command where it was only necessary for
      xdg-open (and actually harmful for cmd.exe in WSL 2). The current logic
      is simpler and more future-proof.
      095d56b5
  16. 19 Aug, 2019 1 commit
  17. 14 Jul, 2019 3 commits
  18. 12 Jul, 2019 3 commits
  19. 07 Jul, 2019 1 commit
  20. 06 Jul, 2019 1 commit
  21. 11 May, 2019 1 commit
  22. 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
  23. 07 May, 2019 1 commit
  24. 22 Apr, 2019 1 commit
  25. 09 Apr, 2019 1 commit