MrAureliusR
0e5fed193e
feat(ys): add virtualenv prompt info ( #8453 )
5 years ago
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.
5 years ago
Yad Smood
9cc3e8bf29
Optimize the ys.zsh-theme make it simpler
10 years ago
Yad Smood
9a2376bd29
add: exit code
11 years ago
Yad Smood
aeca2ad899
Optimize the ys.zsh-theme make it more expressive
11 years ago
Marc Cornellà
95d795e8ca
Change all hostname calls for $HOST or $SHORT_HOST
12 years ago
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.
12 years ago
Daniel Oaks
49e10ae449
Make 'ys' theme use hg repo info too
12 years ago
Felds Liscia
4d83da770a
highlight the username when root
13 years ago
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.
13 years ago
y.s
55c6fd5c38
opt: Optimize the color scheme. Add some basic comments.
13 years ago
y.s
a66bc75ad7
add: A new theme 'ys'.
13 years ago