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