1. 01 May, 2020 2 commits
  2. 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
  3. 19 Jan, 2020 1 commit
  4. 07 May, 2019 1 commit
  5. 03 Apr, 2019 1 commit
  6. 22 Mar, 2019 1 commit
  7. 21 Mar, 2019 1 commit
  8. 25 Feb, 2019 1 commit
  9. 15 Jun, 2018 2 commits
  10. 26 May, 2018 1 commit
  11. 15 May, 2018 1 commit
  12. 18 Oct, 2016 1 commit
  13. 25 Aug, 2016 1 commit
  14. 18 Dec, 2015 2 commits
  15. 28 Sep, 2015 1 commit
  16. 07 Aug, 2015 1 commit
  17. 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
  18. 11 Jun, 2015 1 commit
  19. 10 Jun, 2015 1 commit
  20. 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
  21. 08 Dec, 2014 1 commit
  22. 16 Sep, 2014 1 commit
  23. 20 Aug, 2014 1 commit
  24. 23 Jul, 2014 1 commit
  25. 11 Jul, 2014 1 commit
  26. 07 Jun, 2014 1 commit
  27. 13 Dec, 2013 1 commit
  28. 16 Nov, 2013 1 commit
  29. 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
  30. 08 Apr, 2013 1 commit
  31. 30 Jan, 2013 1 commit
    • Alex's avatar
      Better custom theme loading · 8a463b6d
      Alex authored
      oh-my-zsh.sh now also checks for $ZSH_CUSTOM/themes/$ZSH_THEME.zsh-theme when attempting to load a theme. This way custom themes can be a bit more organized in the 'custom' dir
      8a463b6d
  32. 05 Dec, 2012 1 commit
    • Larry Lv's avatar
      Unset `config_file` variable in oh-my-zsh.sh · 6c5e6302
      Larry Lv authored
      `config_file` variable will mess up with `cd` auto-complete command.
      
      eg. I have a local dir named `Code`, and when I type `cd co<Tab>`,
      config_file will show up, and doesn't make any sense...
      6c5e6302
  33. 30 Oct, 2012 1 commit
  34. 23 May, 2012 1 commit
  35. 06 May, 2012 2 commits
  36. 16 Jan, 2012 1 commit