1. 17 Oct, 2018 1 commit
  2. 26 Sep, 2018 1 commit
  3. 25 Sep, 2018 1 commit
    • Carlo Dapor's avatar
      Fix agnoster initial diagnostic error · afa8dc46
      Carlo Dapor authored
      This PR fixes the runtime error that displays this:
      
      ```log
      prompt_status:2: symbols: attempt to assign array value to non-array
      ```.
      
      It trips over a local array which is not properly declared.
      afa8dc46
  4. 24 Sep, 2018 1 commit
  5. 19 Aug, 2018 1 commit
    • Frederic Crozat's avatar
      Agnoster: solarized light variant (#4680) · e4d2d27a
      Frederic Crozat authored
      * agnoster: do not hardcode black foreground.
      
      This would allow easy customization when using light color schemes, like
      solarized-light
      
      * agnoster: implement light theme variant
      
      Use same variable as in blinks theme, to detect if solarized theme used
      is a light or dark one.
      e4d2d27a
  6. 07 Aug, 2018 1 commit
    • Janosch Schwalm's avatar
      use https everywhere (#6574) · 19b925e7
      Janosch Schwalm authored
      * use https everywhere
      
      * use https links on the files that are left
      
      Also, removed some broken links and updated redirections.
      19b925e7
  7. 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
  8. 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
  9. 21 Sep, 2016 1 commit
  10. 20 Sep, 2016 1 commit
    • 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
  11. 22 Jul, 2016 1 commit
  12. 08 Nov, 2015 1 commit
  13. 07 Nov, 2015 1 commit
  14. 27 Jul, 2015 1 commit
    • Brian Degenhardt's avatar
      agnoster: speed up git prompt · b875df89
      Brian Degenhardt authored
      Problem
      
      On detached-refs, the git prompt is very slow because it uses a command
      to output all refs, which takes 32s on the twitter internal git repo.
      
      Solution
      
      Use git-rev-parse instead of git-show-ref to only output the head ref.
      Runtime drops to 0.03 seconds.
      
      Note
      
      Interestingly, git-rev-parse isn't slow without the --head arguement so
      I'll probably be cooking up a patch for the git team to speed this up
      eventually, but it's still pointless to sigpipe git as it walks the
      filesystem.
      b875df89
  15. 03 Jul, 2015 1 commit
  16. 26 Jun, 2015 1 commit
  17. 14 Jun, 2015 1 commit
  18. 10 Jun, 2015 1 commit
  19. 16 Nov, 2014 1 commit
  20. 06 Nov, 2014 1 commit
  21. 26 Mar, 2014 1 commit
  22. 29 Jan, 2014 3 commits
  23. 15 Nov, 2013 1 commit
  24. 09 Nov, 2013 1 commit
  25. 04 Nov, 2013 1 commit
  26. 20 Oct, 2013 1 commit
  27. 02 Oct, 2013 1 commit
  28. 19 Sep, 2013 1 commit
  29. 29 Aug, 2013 1 commit
  30. 25 Jun, 2013 1 commit
  31. 06 Jun, 2013 1 commit
  32. 26 Mar, 2013 1 commit
  33. 31 Jan, 2013 1 commit
  34. 20 Jan, 2013 1 commit
  35. 18 Jan, 2013 1 commit
  36. 21 Dec, 2012 1 commit
  37. 30 Nov, 2012 1 commit
  38. 27 Nov, 2012 1 commit