1. 11 Jun, 2015 8 commits
  2. 10 Jun, 2015 8 commits
  3. 04 Jun, 2015 1 commit
  4. 31 May, 2015 1 commit
  5. 12 May, 2015 1 commit
  6. 08 May, 2015 1 commit
  7. 29 Apr, 2015 1 commit
  8. 26 Apr, 2015 1 commit
  9. 23 Apr, 2015 1 commit
  10. 18 Apr, 2015 1 commit
  11. 16 Mar, 2015 2 commits
  12. 11 Mar, 2015 1 commit
  13. 24 Feb, 2015 2 commits
  14. 23 Feb, 2015 3 commits
  15. 22 Feb, 2015 5 commits
  16. 20 Feb, 2015 1 commit
    • Murilo Opsfelder Araujo's avatar
      plugins: mercurial: Update the order prompt vars are displayed · 0a99ca0d
      Murilo Opsfelder Araujo authored
      If a user sets ZSH_THEME_HG_PROMPT_* as the following, he ends up with
      %{$reset_color%} resetting the bold style of last character ")" because
      _SUFFIX was expanded before calling hg_dirty():
      
          ZSH_THEME_HG_PROMPT_PREFIX="%{$fg_bold[blue]%}hg:(%{$fg[white]%}"
          ZSH_THEME_HG_PROMPT_SUFFIX="%{$reset_color%}"
          ZSH_THEME_HG_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$reset_color%}"
          ZSH_THEME_HG_PROMPT_CLEAN="%{$fg[blue]%})"
      
      With this patch, the variable ZSH_THEME_HG_PROMPT_SUFFIX is lastly
      displayed, following the same order as in git_prompt_info(),
      i.e. <prefix><dirty><suffix>.
      0a99ca0d
  17. 19 Feb, 2015 2 commits