1. 08 Apr, 2013 1 commit
  2. 07 Apr, 2013 1 commit
  3. 01 Apr, 2013 2 commits
  4. 29 Mar, 2013 2 commits
  5. 27 Mar, 2013 1 commit
  6. 25 Mar, 2013 1 commit
    • Serg Lifinsky's avatar
      Fix grails plugin · c1c77685
      Serg Lifinsky authored
      Fix problem with "basename" command error "extra operand" (do not work with array)
      c1c77685
  7. 20 Mar, 2013 2 commits
  8. 16 Mar, 2013 1 commit
    • Marcel Wolf's avatar
      add ssh-agent option to set default lifetime of identities · 2a1c9ff3
      Marcel Wolf authored
      By default, ssh-agent stores identities forever. It has an option to
      set a maximum lifetime for identites (useful to expire passphrase protected
      keys). Allow this option to be set using:
      
      zstyle :omz:plugins:ssh-agent lifetime <time>
      2a1c9ff3
  9. 14 Mar, 2013 2 commits
    • Ryan Winograd's avatar
      Fix whitespace · 4c8bba57
      Ryan Winograd authored
      That's what I get for using GitHub text editor and not checking tabs.
      4c8bba57
    • rylwin's avatar
      last-working-dir: Use >! to overwrite $cache_file · 1cfd813f
      rylwin authored
      Use ">!" to overwrite $cache_file in case noclobber is set. 
      When noclobber is set, zsh will not allow the use of ">" to overwrite
      the contents of a file. Instead, it displays a "file exists" error.
      By using ">!" instead, we tell zsh to overwrite the file without
      complaining.
      1cfd813f
  10. 13 Mar, 2013 1 commit
  11. 10 Mar, 2013 1 commit
  12. 01 Mar, 2013 1 commit
  13. 15 Feb, 2013 2 commits
  14. 14 Feb, 2013 1 commit
  15. 11 Feb, 2013 1 commit
    • Gao Xiang's avatar
      new plugin: · 06d5cb93
      Gao Xiang authored
      start fbterm automatically in /dev/tty*
      06d5cb93
  16. 09 Feb, 2013 2 commits
  17. 07 Feb, 2013 1 commit
  18. 05 Feb, 2013 1 commit
  19. 30 Jan, 2013 1 commit
    • Florent Thoumie's avatar
      Add new profiles plugin. · 6d762fa0
      Florent Thoumie authored
      Depending on the machine you're logged into, you may want to use
      specific configuration. Add 'profiles' to your list of plugin will
      try to find a profile for the local machine and each (sub)domain
      it belongs to.
      6d762fa0
  20. 03 Jan, 2013 3 commits
  21. 02 Jan, 2013 1 commit
  22. 28 Dec, 2012 1 commit
  23. 24 Dec, 2012 1 commit
  24. 07 Dec, 2012 1 commit
  25. 06 Dec, 2012 1 commit
  26. 05 Dec, 2012 1 commit
  27. 03 Dec, 2012 3 commits
    • Denis Cornehl's avatar
    • Brian Hartvigsen's avatar
      urltools for Everyone · 80f151e5
      Brian Hartvigsen authored
      #1445 is great, if you use node.  For those that don't this should mean we can find a reasonable fallback.
      Users can force urltools to use a specific system by setting `URLTOOLS_METHOD` to one of:
      * `node`
      * `python`
      * `ruby`
      * `php`
      * `perl`
      
      Note that you can't (currently) choose which `perl` sublibrary to use, it will use either `URI::Encode`, `URI::Escape`, or regular expressions in that order of preference.
      80f151e5
    • Brian Hartvigsen's avatar
      Backwards Compatible Jira URLs #1378 · 39e5c9a6
      Brian Hartvigsen authored
      Adds support for Rapid Board without breaking backwards compatibility (like #1378)
      Allows JIRA url to be set in .zshrc, current directory, and/or home directory.
      39e5c9a6
  28. 02 Dec, 2012 3 commits