1. 21 Sep, 2016 1 commit
  2. 20 Sep, 2016 2 commits
    • grindhold's avatar
      added support for bazaar in agnoster theme (#5016) · d1ce70f6
      grindhold authored
      the agnoster theme is now able to render basic information
      if the user is currently residing inside a bazaar folder.
      if so, it will render a green promt segment with "bzr" and
      the current revision number in it. if there are untracked
      files, the bar will be rendered in yellow. if there are
      changes to already tracked files, a + character will be
      printed.
      d1ce70f6
    • Matt Nichols's avatar
      Fix peepcode theme ruby prompt info (#5339) · fb8953d5
      Matt Nichols authored
      The ruby prompt info was not interpolating properly. Switching to use
       ruby_prompt_info helper. This addresses the issue.
      fb8953d5
  3. 21 Aug, 2016 1 commit
  4. 15 Aug, 2016 1 commit
  5. 22 Jul, 2016 1 commit
  6. 19 Jul, 2016 1 commit
  7. 14 Jun, 2016 1 commit
  8. 14 May, 2016 1 commit
  9. 04 Apr, 2016 2 commits
  10. 30 Mar, 2016 1 commit
  11. 24 Mar, 2016 1 commit
  12. 07 Mar, 2016 2 commits
  13. 20 Feb, 2016 2 commits
  14. 14 Feb, 2016 2 commits
  15. 12 Feb, 2016 2 commits
  16. 13 Jan, 2016 6 commits
  17. 15 Dec, 2015 1 commit
    • Andrew Janke's avatar
      Move current_branch() from git plugin to core lib/git.zsh · 9f552130
      Andrew Janke authored
      Fixes #4085: core -> plugin dependency issue.
      Rename it to git_current_branch for clarity that it's git-specific.
      Update all plugins that were calling it to use new name.
      Fix variable leaks by making more variables in lib/git.zsh local.
      Have lib/git.zsh use [[ ]] instead of [ ] everywhere.
      9f552130
  18. 14 Dec, 2015 1 commit
  19. 04 Dec, 2015 1 commit
    • Danyil Bohdan's avatar
      "fishy" theme: Shorten path .foo to .f, not . · 2e3731c5
      Danyil Bohdan authored
      When the current path is /home/user/.config/doublecmd the prompt
      now reads "/h/u/.c/doublecmd", not "/h/u/./doublecmd" as was the
      case. This matches what the Fish shell does.
      
      Enclose the Perl snippet in single quotes instead of double quotes.
      2e3731c5
  20. 08 Nov, 2015 1 commit
  21. 07 Nov, 2015 1 commit
  22. 02 Nov, 2015 1 commit
  23. 22 Oct, 2015 1 commit
  24. 27 Sep, 2015 1 commit
  25. 20 Sep, 2015 1 commit
  26. 18 Sep, 2015 1 commit
  27. 11 Sep, 2015 1 commit
  28. 04 Sep, 2015 1 commit
    • 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
  29. 02 Sep, 2015 1 commit