1. 04 Sep, 2015 1 commit
    • Andrew Janke's avatar
      gnzh theme: fix "eval" and related problems. · d009f24a
      Andrew Janke authored
      Switch to normal zsh %F/%f prompt escapes to avoid "eval" and extra variables.
      Wrap whole thing in anonymous function so the existing `local`
      statements actually work. Then switch '...' to eager "..." so
      stuff actually works with local variables. And local-ize the
      remaining variables that are used only in prompt construction.
      d009f24a
  2. 19 Jul, 2015 1 commit
  3. 13 Jul, 2015 1 commit
    • Hongxin Liang's avatar
      [theme] Fix color problem of steeef theme · 46d13384
      Hongxin Liang authored
      steeef theme sets colors depending on $TERM, however if %F is
      used, it must be closed by %f instead of %{$reset_color%}.
      
      Further on, all %f directives have been replaced by %F and color
      support of current TERM is checked more properly.
      46d13384
  4. 16 Jun, 2015 1 commit
    • Michele Bologna's avatar
      Change to use omz git_prompt* functions · 68b792bb
      Michele Bologna authored
      Removed references for official git __git_ps1() functions.
      Change to use omz function git_prompt* functions like:
      - git_prompt_info() -> branch name
      - git_prompt_status() -> check if untracked, modified, added,
        stashed file are in the current git repo
      - git_remote_status() -> check if current repo is ahead, behind,
        or diverged.
      These functions returns string automatically added to your PS1;
      these are customizable via exporting ZSH_THEME_GIT_PROMPT*
      68b792bb
  5. 14 Jun, 2015 1 commit
  6. 11 Jun, 2015 1 commit
    • Michele Bologna's avatar
      * Added header with help and information · 81eec406
      Michele Bologna authored
      * Moved git information to left prompt, with
        support for:
          * +ZSH_THEME_GIT_PROMPT_UNTRACKED, MODIFIED,
          STASHED, ADDED, UPSTREAM STATUS
          (if applicable)
      * Removed right prompt
      * Refactored following Google's guidelines for
        scripts [ http://goo.gl/oJSXH2 ]
          * Using local variables where applicable
      81eec406
  7. 10 Jun, 2015 4 commits
  8. 28 Apr, 2015 1 commit
  9. 16 Feb, 2015 1 commit
    • Roderick Randolph's avatar
      Fixes incorrect prompt arrow color · 46e6e2e2
      Roderick Randolph authored
      Fixes a bug where color of status arrow in prompt is red even when the exit code was zero (or success). This fix correclty returns green arrow on success and red for non-success exit code.
      46e6e2e2
  10. 15 Feb, 2015 1 commit
  11. 14 Feb, 2015 1 commit
  12. 10 Feb, 2015 3 commits
  13. 09 Feb, 2015 1 commit
    • Jakob Jordan's avatar
      removed superfluous vcs_info_msg in trapd00r theme · 6bccb1a7
      Jakob Jordan authored
      in the trapd00r theme vcs info is already displayed on the first line if in a version controlled directory. the second vcs info was displayed at the end of the second line without providing additional information. this was removed.
      6bccb1a7
  14. 15 Dec, 2014 2 commits
  15. 11 Dec, 2014 1 commit
  16. 10 Dec, 2014 1 commit
  17. 24 Nov, 2014 1 commit
  18. 16 Nov, 2014 1 commit
  19. 11 Nov, 2014 1 commit
  20. 06 Nov, 2014 2 commits
  21. 03 Nov, 2014 1 commit
  22. 16 Sep, 2014 1 commit
  23. 01 Sep, 2014 2 commits
  24. 20 Aug, 2014 1 commit
  25. 13 Aug, 2014 1 commit
  26. 04 Aug, 2014 1 commit
    • Adam Poskitt's avatar
      Update half-life.zsh-theme · fdb30392
      Adam Poskitt authored
      Add spaces before bullet-points to more easily distinguish them from one another and the rest of the prompt when using smaller font-sizes and do not add a blank line prior to prompt output; if there's a desire for spacing, one can use their terminal's line-height to achieve this.
      fdb30392
  27. 09 Jul, 2014 1 commit
  28. 08 Jun, 2014 2 commits
  29. 06 Jun, 2014 1 commit
  30. 28 May, 2014 1 commit
  31. 26 Mar, 2014 1 commit