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