1. 10 Jun, 2015 1 commit
  2. 05 May, 2015 1 commit
  3. 14 Jan, 2015 1 commit
  4. 15 Dec, 2014 1 commit
    • Mark Feltner's avatar
      fix(tools/check_for_upgrade): Don't source profile · 83553597
      Mark Feltner authored
      Reverts #2296, but mostly #1883.
      
      There is no need to source ~/.profile when this script is read. oh-my-zsh writes no configuration data in ~/.profile.
      
      If the user wishes to use data within ~/.profile, then they should source it in another place.
      
      Fixes #2315
      83553597
  5. 28 Nov, 2014 1 commit
  6. 14 Oct, 2014 1 commit
  7. 17 Sep, 2014 1 commit
  8. 16 Sep, 2014 1 commit
  9. 31 Aug, 2014 2 commits
  10. 21 Aug, 2014 1 commit
  11. 20 Aug, 2014 1 commit
  12. 11 Jul, 2014 1 commit
  13. 04 Jun, 2014 1 commit
  14. 24 May, 2014 2 commits
  15. 30 Mar, 2014 1 commit
    • Henrik Holm's avatar
      Correct redirection of output from 'hash' · f46d06da
      Henrik Holm authored
      The intention of the redirection to /dev/null is to hide the output
      'hash: no such command: git' since we rely on the exit status.
      
      However, the output goes to stderr, so it's stderr that needs to be
      redirected. For completeness, we redirect both stderr and stdout using
      '2>&1'.
      
      Example:
      
        [~]$ hash git > /dev/null
        [~]$ PATH=''
        [~]$ hash git > /dev/null
        hash: no such command: git
        [~]$ hash git > /dev/null 2>&1
        [~]$
      f46d06da
  16. 13 Mar, 2014 1 commit
  17. 08 Mar, 2014 3 commits
  18. 19 Dec, 2013 1 commit
  19. 18 Dec, 2013 1 commit
  20. 03 Dec, 2013 1 commit
  21. 21 Nov, 2013 1 commit
  22. 25 Oct, 2013 1 commit
  23. 10 Sep, 2013 1 commit
  24. 30 Jun, 2013 1 commit
  25. 25 Jun, 2013 1 commit
  26. 11 Jun, 2013 1 commit
  27. 29 Apr, 2013 1 commit
  28. 09 Apr, 2013 1 commit
  29. 07 Apr, 2013 1 commit
  30. 10 Mar, 2013 1 commit
  31. 02 Dec, 2012 1 commit
  32. 26 Nov, 2012 1 commit
  33. 09 Nov, 2012 1 commit
  34. 21 Oct, 2012 1 commit
  35. 20 Jul, 2012 1 commit
  36. 23 Jun, 2012 1 commit