1. 15 Feb, 2015 2 commits
  2. 13 Feb, 2015 1 commit
  3. 10 Feb, 2015 12 commits
  4. 04 Feb, 2015 1 commit
  5. 28 Jan, 2015 1 commit
  6. 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
  7. 21 Dec, 2014 1 commit
  8. 16 Dec, 2014 1 commit
  9. 15 Dec, 2014 1 commit
  10. 13 Dec, 2014 5 commits
  11. 01 Dec, 2014 2 commits
  12. 19 Nov, 2014 1 commit
  13. 16 Nov, 2014 1 commit
  14. 06 Nov, 2014 1 commit
  15. 22 Oct, 2014 1 commit
  16. 16 Sep, 2014 1 commit
  17. 23 Aug, 2014 1 commit
  18. 22 Aug, 2014 1 commit
  19. 20 Aug, 2014 1 commit
  20. 11 Jul, 2014 1 commit
  21. 03 Jul, 2014 2 commits
  22. 28 Jun, 2014 1 commit
    • Albert Krewinkel's avatar
      git_prompt_info: ignore git-config errors · c5d9fc99
      Albert Krewinkel authored
      Merged from #2906
      
      The function `git_prompt_info` calls `git config` for its stdout output,
      but doesn't handle the stderr output.  This can lead to problems,
      e.g. if the git config file is unreadable for some reason (permissions
      etc).
      
      This fixes the issue by simply ignoring the stderr output.
      c5d9fc99