1. 15 Jul, 2013 1 commit
    • Sukant Hajra's avatar
      PLUGIN: gpg-agent: export SSH_* environment variables too · cf8d7609
      Sukant Hajra authored
      If using the gpg-agent with --enable-ssh-support, the SSH_AUTH_SOCK and
      SSH_AGENT_PID environment variables need to be exported once sourced
      from GPG_ENV.  Otherwise, we get no benefit from the persisting these
      values to GPG_ENV; subsequent openned terminals don't see the existent
      gpg-agent as a process for an SSH daemon.
      cf8d7609
  2. 11 Jul, 2013 1 commit
    • Sukant Hajra's avatar
      fix gpg-agent "running already" check · 3d204883
      Sukant Hajra authored
      The GPG_ENV file is sourced before doing the gpg-connect-agent check,
      but this file (unlike the SSH_ENV file) doesn't export GPG_AGENT_INFO,
      so the check always fails.  This results in new gpg-agents continuously
      being spawned.
      
      All this commit does is put in the single export to fix the problem.
      3d204883
  3. 02 Jul, 2013 1 commit
  4. 28 Jun, 2013 2 commits
  5. 27 Jun, 2013 3 commits
  6. 25 Jun, 2013 2 commits
  7. 23 Jun, 2013 4 commits
  8. 21 Jun, 2013 2 commits
  9. 16 Jun, 2013 2 commits
  10. 13 Jun, 2013 1 commit
  11. 12 Jun, 2013 1 commit
    • Brian Hartvigsen's avatar
      Correctly detect Rapid Board · bab1800d
      Brian Hartvigsen authored
      * Add "x" in front of the value we check against...
      * Use true instead of yes (more consistent with the rest of ohmyzsh)
      
      The fact that no one seems to have raised this as an issue leads me to believe it's not used that much...
      bab1800d
  12. 11 Jun, 2013 1 commit
  13. 09 Jun, 2013 2 commits
  14. 08 Jun, 2013 2 commits
  15. 07 Jun, 2013 1 commit
  16. 06 Jun, 2013 3 commits
  17. 05 Jun, 2013 3 commits
  18. 01 Jun, 2013 1 commit
  19. 27 May, 2013 1 commit
  20. 21 May, 2013 2 commits
  21. 09 May, 2013 1 commit
  22. 30 Apr, 2013 1 commit
  23. 29 Apr, 2013 1 commit
    • Kaiwen Xu's avatar
      Change sublime text path select priority on mac. · 17a092b0
      Kaiwen Xu authored
      User changed symbolic link for sublime binary is now top priority,
      since this allows users to actually specify which version of sublime
      they want to use. Sublime text 2 binary has higher priority over
      sublime text (3) binary, since sublime text 2 is considered more
      stable.
      17a092b0
  24. 24 Apr, 2013 1 commit