1. 28 Jan, 2022 1 commit
  2. 04 Oct, 2021 2 commits
  3. 28 Sep, 2021 1 commit
  4. 24 Sep, 2021 1 commit
  5. 15 Sep, 2021 3 commits
  6. 04 Sep, 2020 1 commit
  7. 18 Jun, 2020 1 commit
  8. 17 Jun, 2020 1 commit
  9. 09 Jun, 2020 1 commit
  10. 03 Jun, 2020 1 commit
  11. 02 Jun, 2020 2 commits
  12. 20 May, 2020 1 commit
  13. 07 May, 2020 1 commit
  14. 05 May, 2020 1 commit
  15. 04 May, 2020 1 commit
  16. 01 May, 2020 2 commits
  17. 19 Feb, 2020 1 commit
    • Willy Weiskopf's avatar
      Move random theme functionality into "random" theme · 6adad5c3
      Willy Weiskopf authored
      The statements for selecting a random theme in oh-my-zsh.sh and the themes
      plugin are duplicate. Most people eventually settle on a theme, making those
      lines in oh-my-zsh.sh superfluous. To address those, it may makes sense to put
      the random theme functionality into a theme of its own (since themes are just
      zsh scripts.
      6adad5c3
  18. 19 Jan, 2020 1 commit
  19. 07 May, 2019 1 commit
  20. 03 Apr, 2019 1 commit
  21. 22 Mar, 2019 1 commit
  22. 21 Mar, 2019 1 commit
  23. 25 Feb, 2019 1 commit
  24. 15 Jun, 2018 2 commits
  25. 26 May, 2018 1 commit
  26. 15 May, 2018 1 commit
  27. 18 Oct, 2016 1 commit
  28. 25 Aug, 2016 1 commit
  29. 18 Dec, 2015 2 commits
  30. 28 Sep, 2015 1 commit
  31. 07 Aug, 2015 1 commit
  32. 20 Jul, 2015 1 commit
    • leycec's avatar
      Completion insecurities handled on startup. · cb551614
      leycec authored
      Completion-dependent directories with insecure permissions or ownership (e.g.,
      group or other writability) are now detected, reported, and sanitized on OMZ
      startup rather than unsafely ignored -- which resulted in effectively empty
      completion caches and obscure compdef() errors resembling
      "compdef: unknown command or service: git".
      
      This fixes long-standing issues #630, #3356, and #3455 and related Babun issues
      159, 281, and 322 -- and probably numerous other duplicates.
      cb551614
  33. 11 Jun, 2015 1 commit