1. 19 Jul, 2018 1 commit
  2. 03 Jul, 2018 1 commit
  3. 01 Jul, 2018 2 commits
  4. 23 May, 2018 1 commit
    • Marc Cornellà's avatar
      Revert fbcda4d5 · 8f3737f4
      Marc Cornellà authored
      The PROMPT building method clashes with other themes and
      plugins that modify the PROMPT variable.
      
      Also reverted the $jobstates trick due to it not working
      inside $PROMPT.
      8f3737f4
  5. 17 May, 2018 1 commit
    • Andrew Baumann's avatar
      agnoster: cut down on fork/execs improve performance when not in a repo (#6210) · fbcda4d5
      Andrew Baumann authored
      * agnoster: improve perf with use of $jobstates (zsh/parameter module)
      
      This saves multiple fork/execs (for the subshell and wc) each
      time the prompt is rendered
      
      * agnoster: compute git repo_path only when in a git repo
      
      this avoids needlessly invoking git twice every time we render the prompt
      
      * agnoster: avoid subshell when rendering prompt
      
      Rather than forking a subshell to print the prompt, construct it
      incrementally by appending to $PROMPT.
      
      v2: fix incorrect CURRENT_BG
      v3: fix bzr and hg prompting
      
      Thanks @mcornella for the help.
      fbcda4d5
  6. 07 May, 2018 1 commit
  7. 23 Apr, 2018 1 commit
  8. 22 Apr, 2018 1 commit
  9. 19 Apr, 2018 1 commit
    • Marc Cornellà's avatar
      [rkj-repos] Make `hg prompt` check less strict (#6746) · d7948b39
      Marc Cornellà authored
      * [rkj-repos] Make `hg prompt` check less strict
      
      Move the `hg prompt` check inside the hg_prompt_info function so that
      it returns an empty string if hg-prompt isn't installed.
      
      Fixes #6743.
      
      * [rkj-repos] Check for hg in `hg prompt` function
      d7948b39
  10. 17 Apr, 2018 1 commit
  11. 15 Apr, 2018 3 commits
  12. 01 Nov, 2017 1 commit
  13. 03 May, 2017 1 commit
  14. 21 Apr, 2017 1 commit
  15. 30 Mar, 2017 2 commits
  16. 16 Mar, 2017 1 commit
  17. 09 Jan, 2017 1 commit
  18. 30 Dec, 2016 4 commits
  19. 15 Oct, 2016 1 commit
  20. 13 Oct, 2016 1 commit
  21. 03 Oct, 2016 2 commits
  22. 30 Sep, 2016 1 commit
  23. 21 Sep, 2016 1 commit
  24. 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
  25. 21 Aug, 2016 1 commit
  26. 15 Aug, 2016 1 commit
  27. 22 Jul, 2016 1 commit
  28. 19 Jul, 2016 1 commit
  29. 14 Jun, 2016 1 commit
  30. 14 May, 2016 1 commit
  31. 04 Apr, 2016 1 commit