1. 10 Feb, 2015 4 commits
  2. 09 Feb, 2015 3 commits
  3. 04 Feb, 2015 1 commit
  4. 01 Feb, 2015 1 commit
    • Marc Cornellà's avatar
      Switch newer-than logic to get the desired behavior · e6045879
      Marc Cornellà authored
      In the old version, the function returned true (0) if the cache file
      was newer than the Cakefile, which was *always* unless the Cakefile
      had been updated. Therefore we generated the file every time unless
      the Cakefile was updated, which was precisely when we needed to
      regenerate the cache file.
      
      Now it generates the cache file only when the Cakefile has been
      updated.
      e6045879
  5. 31 Jan, 2015 4 commits
  6. 28 Jan, 2015 1 commit
  7. 14 Jan, 2015 1 commit
  8. 12 Jan, 2015 2 commits
  9. 09 Jan, 2015 1 commit
  10. 08 Jan, 2015 2 commits
  11. 07 Jan, 2015 1 commit
    • Jyrki Pulliainen's avatar
      virtualenvwrapper: Deactivate only if in virtualenv · 833e6f59
      Jyrki Pulliainen authored
      If user manually deactivates the virtualenv when using this mode, zsh
      will produce following error:
      
          deactivate:12: command not found: virtualenv_deactivate
      
      To avoid this, check that the VIRTUAL_ENV flag is set before trying to
      automatically deactivate the virtual environment.
      
      Fixes #2185
      833e6f59
  12. 21 Dec, 2014 1 commit
  13. 20 Dec, 2014 14 commits
  14. 18 Dec, 2014 1 commit
  15. 16 Dec, 2014 2 commits
  16. 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