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