Aaron Hutchinson
5e8905b4b2
feat(ys): increase color contrast with light color schemes ( #10295 )
2021-11-02 19:40:40 +01:00
MrAureliusR
0e5fed193e
feat(ys): add virtualenv prompt info ( #8453 )
2021-04-23 15:51:31 +02:00
Kirk
b3d1826a43
feat(ys): add setting to hide dirty info in hg repositories ( #8415 )
...
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.
2021-04-23 15:22:18 +02:00
Yad Smood
9cc3e8bf29
Optimize the ys.zsh-theme make it simpler
2016-03-24 15:29:24 +08:00
Yad Smood
9a2376bd29
add: exit code
2016-02-21 02:42:42 +08:00
Yad Smood
aeca2ad899
Optimize the ys.zsh-theme make it more expressive
2016-02-21 01:39:01 +08:00
Robby Russell
aa9325a0b3
Merge pull request #3025 from DanielOaks/ys-newness
...
Let 'ys' theme use hg repo info too
2015-02-22 10:30:20 -08:00
Marc Cornellà
95d795e8ca
Change all hostname calls for $HOST or $SHORT_HOST
2014-11-06 18:33:56 +01:00
Marc Cornellà
74177c5320
Change all whoami calls for $USER variable
...
This avoid spawning additional processes, as the $USER variable will
**always** contain the current logged-in user.
2014-11-06 18:33:56 +01:00
Daniel Oaks
49e10ae449
Make 'ys' theme use hg repo info too
2014-08-14 00:01:35 +10:00
Felds Liscia
4d83da770a
highlight the username when root
2014-01-30 15:15:57 -02:00
Nicolas Jeker
f358f61414
use hostname instead of hostname -s
...
hostname -s is not available on every implementation of hostname, e.g. Cygwin uses hostname from coreutils which doesn't work.
2013-04-02 12:33:06 +03:00
y.s
55c6fd5c38
opt: Optimize the color scheme. Add some basic comments.
2013-03-13 15:55:35 +08:00
y.s
a66bc75ad7
add: A new theme 'ys'.
2013-03-12 21:15:22 +08:00