Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-02 | feat(ys): increase color contrast with light color schemes (#10295) | Aaron Hutchinson | |
2021-04-23 | feat(ys): add virtualenv prompt info (#8453) | MrAureliusR | |
2021-04-23 | feat(ys): add setting to hide dirty info in hg repositories (#8415) | Kirk | |
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. | |||
2016-03-24 | Optimize the ys.zsh-theme make it simpler | Yad Smood | |
2016-02-21 | add: exit code | Yad Smood | |
2016-02-21 | Optimize the ys.zsh-theme make it more expressive | Yad Smood | |
2015-02-22 | Merge pull request #3025 from DanielOaks/ys-newness | Robby Russell | |
Let 'ys' theme use hg repo info too | |||
2014-11-06 | Change all hostname calls for $HOST or $SHORT_HOST | Marc Cornellà | |
2014-11-06 | Change all whoami calls for $USER variable | Marc Cornellà | |
This avoid spawning additional processes, as the $USER variable will **always** contain the current logged-in user. | |||
2014-08-14 | Make 'ys' theme use hg repo info too | Daniel Oaks | |
2014-01-30 | highlight the username when root | Felds Liscia | |
2013-04-02 | use hostname instead of hostname -s | Nicolas Jeker | |
hostname -s is not available on every implementation of hostname, e.g. Cygwin uses hostname from coreutils which doesn't work. | |||
2013-03-13 | opt: Optimize the color scheme. Add some basic comments. | y.s | |
2013-03-12 | add: A new theme 'ys'. | y.s | |