1. 18 Dec, 2015 2 commits
  2. 28 Sep, 2015 1 commit
  3. 07 Aug, 2015 1 commit
  4. 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
  5. 11 Jun, 2015 1 commit
  6. 10 Jun, 2015 1 commit
  7. 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
  8. 08 Dec, 2014 1 commit
  9. 16 Sep, 2014 1 commit
  10. 20 Aug, 2014 1 commit
  11. 23 Jul, 2014 1 commit
  12. 11 Jul, 2014 1 commit
  13. 07 Jun, 2014 1 commit
  14. 13 Dec, 2013 1 commit
  15. 16 Nov, 2013 1 commit
  16. 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
  17. 08 Apr, 2013 1 commit
  18. 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
  19. 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
  20. 30 Oct, 2012 1 commit
  21. 23 May, 2012 1 commit
  22. 06 May, 2012 2 commits
  23. 16 Jan, 2012 1 commit
  24. 16 Nov, 2011 2 commits
  25. 20 Sep, 2011 1 commit
  26. 17 Aug, 2011 1 commit
  27. 04 Aug, 2011 1 commit
  28. 14 Jun, 2011 1 commit
  29. 04 Jun, 2011 2 commits
  30. 26 May, 2011 1 commit
  31. 24 May, 2011 1 commit
    • Casey Watson's avatar
      Fix to random theme selection · 5c1b3411
      Casey Watson authored
       - themes array is 1-based
      
       - theme files names are located in indicies 1 through N inclusive
      
       - this resolves an issue where you would occasionally see: "no such
         file or directory. Random theme '' loaded..."
      5c1b3411
  32. 22 May, 2011 1 commit
  33. 29 Apr, 2011 1 commit
  34. 28 Apr, 2011 1 commit
  35. 12 Apr, 2011 2 commits