1. 03 Jun, 2020 1 commit
  2. 02 Jun, 2020 2 commits
  3. 20 May, 2020 1 commit
  4. 07 May, 2020 1 commit
  5. 05 May, 2020 1 commit
  6. 04 May, 2020 1 commit
  7. 01 May, 2020 2 commits
  8. 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
  9. 19 Jan, 2020 1 commit
  10. 07 May, 2019 1 commit
  11. 03 Apr, 2019 1 commit
  12. 22 Mar, 2019 1 commit
  13. 21 Mar, 2019 1 commit
  14. 25 Feb, 2019 1 commit
  15. 15 Jun, 2018 2 commits
  16. 26 May, 2018 1 commit
  17. 15 May, 2018 1 commit
  18. 18 Oct, 2016 1 commit
  19. 25 Aug, 2016 1 commit
  20. 18 Dec, 2015 2 commits
  21. 28 Sep, 2015 1 commit
  22. 07 Aug, 2015 1 commit
  23. 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
  24. 11 Jun, 2015 1 commit
  25. 10 Jun, 2015 1 commit
  26. 08 Jan, 2015 1 commit
    • Stephen's avatar
      Allow custom cache dir · bf7b9165
      Stephen authored
      We are running oh-my-zsh on a shared install and the only issue is each
      user having a custom cache dir. This will allow us to set the cache dir
      to ZSH_CACHE_DIR=~/oh-my-zsh/cache/ .
      bf7b9165
  27. 08 Dec, 2014 1 commit
  28. 16 Sep, 2014 1 commit
  29. 20 Aug, 2014 1 commit
  30. 23 Jul, 2014 1 commit
  31. 11 Jul, 2014 1 commit
  32. 07 Jun, 2014 1 commit
  33. 13 Dec, 2013 1 commit
  34. 16 Nov, 2013 1 commit
  35. 17 May, 2013 1 commit
    • Christian Höltje's avatar
      Create the zcompdump based on version and host · d2fe03d7
      Christian Höltje authored
      This will prevent lots of subtle problems that happen when
      people upgrade ZSH or use NFS mounted home directories.
      
      The ZSH_COMPDUMP variable can also be used to implement `zcompile`
      and other fun features in the future.
      d2fe03d7
  36. 08 Apr, 2013 1 commit