1. 18 Aug, 2015 1 commit
  2. 15 Feb, 2015 1 commit
  3. 10 Feb, 2015 20 commits
  4. 09 Feb, 2015 3 commits
  5. 04 Feb, 2015 1 commit
  6. 01 Feb, 2015 2 commits
  7. 12 Jan, 2015 2 commits
  8. 10 Jan, 2015 1 commit
  9. 08 Jan, 2015 1 commit
  10. 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
  11. 18 Dec, 2014 1 commit
  12. 16 Dec, 2014 1 commit
  13. 15 Dec, 2014 3 commits
  14. 14 Dec, 2014 1 commit
  15. 12 Dec, 2014 1 commit
    • Ryan Robeson's avatar
      Add itunes shuffle command to OSX plugin. · 43a2e24c
      Ryan Robeson authored
      Added shuffle functionality to the itunes command in the OSX plugin.
      iTunes 12 doesn't support setting the "shuffle" property on the playlist
      from what I've read, so this simulates the user interacting with the
      iTunes interface. The toggle option "clicks" the shuffle button in the
      Now Playing area. This has the effect of toggling the shuffle setting on
      whatever is currently playing. The on and off options use the Shuffle
      menu bar items.
      
      Usage: itunes shuffle [on|off|toggle]
      43a2e24c