1. 30 Mar, 2017 1 commit
  2. 09 Jan, 2017 1 commit
  3. 30 Dec, 2016 4 commits
  4. 15 Oct, 2016 1 commit
  5. 13 Oct, 2016 1 commit
  6. 03 Oct, 2016 2 commits
  7. 30 Sep, 2016 1 commit
  8. 21 Sep, 2016 1 commit
  9. 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
  10. 21 Aug, 2016 1 commit
  11. 15 Aug, 2016 1 commit
  12. 22 Jul, 2016 1 commit
  13. 19 Jul, 2016 1 commit
  14. 14 Jun, 2016 1 commit
  15. 14 May, 2016 1 commit
  16. 04 Apr, 2016 2 commits
  17. 30 Mar, 2016 1 commit
  18. 24 Mar, 2016 1 commit
  19. 07 Mar, 2016 2 commits
  20. 20 Feb, 2016 2 commits
  21. 14 Feb, 2016 2 commits
  22. 12 Feb, 2016 2 commits
  23. 13 Jan, 2016 6 commits
  24. 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
  25. 14 Dec, 2015 1 commit