1. 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
  2. 02 Dec, 2012 8 commits
  3. 28 Nov, 2012 5 commits
  4. 27 Nov, 2012 2 commits
  5. 24 Nov, 2012 2 commits
  6. 22 Nov, 2012 1 commit
  7. 21 Nov, 2012 2 commits
  8. 20 Nov, 2012 3 commits
  9. 19 Nov, 2012 2 commits
  10. 16 Nov, 2012 1 commit
    • Jim Hester's avatar
      Replace reset-prompt with push-line and accept-line · 9ba79911
      Jim Hester authored
      The in memory history is not updated until an accept line command, so you
      have to push enter before it is correct, this commit replaces the reset-prompt
      with an accept-line.  It also adds a push-line, to preserve the current editing
      buffer
      9ba79911
  11. 13 Nov, 2012 1 commit
  12. 12 Nov, 2012 1 commit
  13. 08 Nov, 2012 1 commit
    • Brian Hartvigsen's avatar
      Update plugins/svn/svn.plugin.zsh · 1b768a3b
      Brian Hartvigsen authored
      Behave more like lib/git.zsh.
      Set `SVN_SHOW_BRANCH="true"` to display branch/tag or trunk instead of just repo name.
      Falls back to repo name if branch information is not available.
      
      Idea and awk call from revans/bash-it/themes/base.theme.bash
      1b768a3b
  14. 07 Nov, 2012 1 commit
  15. 06 Nov, 2012 4 commits
  16. 05 Nov, 2012 2 commits
  17. 02 Nov, 2012 1 commit