1. 23 Apr, 2021 1 commit
    • Kirk's avatar
      feat(ys): add setting to hide dirty info in hg repositories (#8415) · b3d1826a
      Kirk authored
      On large mercurial projects, using `hg status` to show dirty prompt
      causes significant delay.
      
      This commit checks a local hg config value of `oh-my-zsh.hide-dirty` to
      skip dirty check.
      
      Users who wish to skip dirty check can add this to their `.hg/hgrc`
      file.
      
      ```
      [oh-my-zsh]
      hide-dirty = 1
      ```
      
      This config value uses the same naming as ones found for git, in file
      lib/git.zsh.
      b3d1826a
  2. 11 Apr, 2021 1 commit
  3. 28 Mar, 2021 1 commit
  4. 25 Mar, 2021 1 commit
  5. 13 Mar, 2021 1 commit
  6. 31 Jan, 2021 1 commit
  7. 16 Jan, 2021 1 commit
    • Sébastien MB's avatar
      feat(essembeh): update theme with new features (#9595) · 172b32c9
      Sébastien MB authored
      - single line
      - quite simple by default: user@host:$PWD
      - green for local shell as non root
      - red for ssh shell as non root
      - magenta for root sessions
      - prefix with remote address for ssh shells
      - prefix to detect docker containers or chroot
      - git plugin to display current branch and status
      172b32c9
  8. 10 Oct, 2020 1 commit
  9. 05 Oct, 2020 2 commits
  10. 26 Sep, 2020 2 commits
  11. 20 Sep, 2020 1 commit
  12. 18 Sep, 2020 1 commit
  13. 02 Sep, 2020 1 commit
  14. 01 Sep, 2020 1 commit
  15. 28 Aug, 2020 1 commit
  16. 04 Aug, 2020 1 commit
  17. 05 Jul, 2020 1 commit
  18. 01 Jul, 2020 1 commit
    • Kyle Laker's avatar
      agnoster: fix git working tree check (#9072) · d24a9dbc
      Kyle Laker authored
      
      
      `git rev-parse --is-inside-work-tree` does not have a different exit
      code when not within a work tree; the difference is in the output,
      either "true" when in a work tree, or "false" when not.
      
      The if was modified similarly to the check for the hide-status config,
      which also parses command output rather than exit code.
      Co-authored-by: default avatarKyle Laker <klaker@easydynamics.com>
      d24a9dbc
  19. 10 Jun, 2020 1 commit
  20. 09 Jun, 2020 1 commit
  21. 08 Jun, 2020 1 commit
  22. 03 Jun, 2020 1 commit
  23. 23 May, 2020 1 commit
  24. 22 May, 2020 1 commit
  25. 21 May, 2020 1 commit
  26. 10 May, 2020 1 commit
  27. 26 Mar, 2020 1 commit
  28. 02 Mar, 2020 1 commit
  29. 27 Feb, 2020 1 commit
  30. 25 Feb, 2020 1 commit
  31. 19 Feb, 2020 6 commits
  32. 18 Feb, 2020 2 commits