summaryrefslogtreecommitdiff
path: root/themes/ys.zsh-theme
AgeCommit message (Collapse)Author
2022-01-27fix(ys): fix `$VIRTUAL_ENV` check if `nounset` is enabled (#9915)Kuri Schlarb
2022-01-22feat(ys): show `svn` repository information (#10582)GitHubLeakedPAN, GitHubLeakedMyautsai
2021-12-13fix(ys): use default color instead of gray for improved readability (#10506)deimosian
2021-11-02feat(ys): increase color contrast with light color schemes (#10295)Aaron Hutchinson
2021-04-23feat(ys): add virtualenv prompt info (#8453)MrAureliusR
2021-04-23feat(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-24Optimize the ys.zsh-theme make it simplerYad Smood
2016-02-21add: exit codeYad Smood
2016-02-21Optimize the ys.zsh-theme make it more expressiveYad Smood
2015-02-22Merge pull request #3025 from DanielOaks/ys-newnessRobby Russell
Let 'ys' theme use hg repo info too
2014-11-06Change all hostname calls for $HOST or $SHORT_HOSTMarc Cornellà
2014-11-06Change all whoami calls for $USER variableMarc Cornellà
This avoid spawning additional processes, as the $USER variable will **always** contain the current logged-in user.
2014-08-14Make 'ys' theme use hg repo info tooDaniel Oaks
2014-01-30highlight the username when rootFelds Liscia
2013-04-02use hostname instead of hostname -sNicolas Jeker
hostname -s is not available on every implementation of hostname, e.g. Cygwin uses hostname from coreutils which doesn't work.
2013-03-13opt: Optimize the color scheme. Add some basic comments.y.s
2013-03-12add: A new theme 'ys'.y.s