1. 19 Sep, 2015 23 commits
  2. 11 Sep, 2015 1 commit
    • Andrew Janke's avatar
      svn plugin: urldecode repo info · 36fea45b
      Andrew Janke authored
      The repo location reported by `svn` is a URL. If you don't decode it before using it a prompt, the `%` sequences will be misinterpreted by prompt expansion and give screwy results.
      Fixes #2233
      36fea45b
  3. 05 Sep, 2015 1 commit
  4. 04 Sep, 2015 2 commits
    • Andrew Janke's avatar
      diagnostics: switch to shasum, filter sysinfo using lines · 46ddd88f
      Andrew Janke authored
      shasum seems more widely available than md5/md5sum, and we don't have to worry about dealing with the different signatures and output formats of md5 and md5sum then.
      
      sysinfo outputs localized message labels, so we can't just grep for "OS Type". But OS is the first thing it outputs, so we can probably just grab those lines by line number. Switched to doing that.
      46ddd88f
    • Andrew Janke's avatar
      gnzh theme: fix "eval" and related problems. · d009f24a
      Andrew Janke authored
      Switch to normal zsh %F/%f prompt escapes to avoid "eval" and extra variables.
      Wrap whole thing in anonymous function so the existing `local`
      statements actually work. Then switch '...' to eager "..." so
      stuff actually works with local variables. And local-ize the
      remaining variables that are used only in prompt construction.
      d009f24a
  5. 03 Sep, 2015 2 commits
  6. 02 Sep, 2015 1 commit
  7. 01 Sep, 2015 8 commits
  8. 31 Aug, 2015 2 commits