1. 21 Nov, 2019 1 commit
  2. 19 Nov, 2019 1 commit
  3. 08 Nov, 2019 1 commit
  4. 16 Oct, 2019 1 commit
  5. 13 Sep, 2019 1 commit
  6. 08 Sep, 2019 2 commits
  7. 19 Aug, 2019 1 commit
    • Matthew Armand's avatar
      af-magic: add hg prompt and tweak virtualenv info (#8056) · 43ed0b45
      Matthew Armand authored
      - Add mercurial support to af-magic, so now the vcs prompt will show up in either a git or hg repository
      - The virtualenv prompt was white and bumped up against the user@hostname output
      - Fixed that so its green (which I thought highlighted it more thematically) and has a space before user@hostname
      43ed0b45
  8. 06 Aug, 2019 1 commit
  9. 31 Jul, 2019 1 commit
  10. 13 Jul, 2019 1 commit
  11. 14 Jun, 2019 1 commit
  12. 08 May, 2019 1 commit
    • Andrew Janke's avatar
      Themes: switch to using ruby_prompt_info() · 299cd477
      Andrew Janke authored
      Changes themes displaying RVM or other Ruby version info to use the central
      ruby_prompt_info function. This supports more Ruby versioning mechanisms,
      reduces copy-and-paste code, and avoids "zsh: no such file or directory: rvm-prompt"
      when run on machines that do not have RVM installed.
      
      Changes the prefix/suffix variable names to ZSH_THEME_RUBY_PROMPT_PREFIX and
      ZSH_THEME_RUBY_PROMPT_SUFFIX, since they apply to all Ruby versioning mechanisms,
      not just RVM.
      
      Allows empty ZSH_THEME_RUBY_PROMPT_PREFIX and ZSH_THEME_RUBY_PROMPT_SUFFIX.
      299cd477
  13. 18 Apr, 2019 1 commit
  14. 16 Apr, 2019 1 commit
  15. 10 Apr, 2019 1 commit
  16. 09 Apr, 2019 1 commit
  17. 08 Apr, 2019 1 commit
  18. 07 Apr, 2019 1 commit
  19. 25 Mar, 2019 1 commit
    • Marc Cornellà's avatar
      themes: fix prompt verbosity on window resize · e59cc948
      Marc Cornellà authored
      %_ is a prompt expansion sequence that expands to the status of the parser.
      This means that on window resize, the status of the execution of the
      window resize hook (TRAPWINCH) would be displayed while reloading the
      prompt line. This looked like cmdand cursh$ or then$ depending on the
      body of the TRAPWINCH function.
      
      Fixes #7262
      e59cc948
  20. 24 Mar, 2019 1 commit
  21. 23 Mar, 2019 1 commit
  22. 31 Jan, 2019 1 commit
  23. 31 Dec, 2018 1 commit
  24. 27 Oct, 2018 1 commit
  25. 17 Oct, 2018 1 commit
  26. 07 Oct, 2018 1 commit
  27. 26 Sep, 2018 1 commit
  28. 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
  29. 24 Sep, 2018 1 commit
  30. 15 Sep, 2018 1 commit
  31. 29 Aug, 2018 1 commit
  32. 20 Aug, 2018 6 commits
  33. 19 Aug, 2018 2 commits