Skip to content

Commit b7cc224

Browse files
committed
update features for bash, zsh, fish to include git dirty marker
1 parent 68fbc0e commit b7cc224

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,22 @@ Original design by [sindresorhus/pure](https://github.com/sindresorhus/pure).
2020
<!-- ✔✖ -->
2121
| Feature | `bash` | `elvish` | `fish` | `ksh` | `powershell` | `tcsh` | `zsh` |
2222
| :------------------------------------------------------------- | :----- | :------- | :----- | :---- | :----------- | :----- | :---- |
23-
| Excellent prompt character `` | **** | | **** | | | | **** |
24-
| Display current directory tail | **** | | **** | | | | **** |
23+
| Excellent prompt character `` | **** | | **** | | | | **** |
24+
| Display current directory tail | **** | | **** | | | | **** |
2525
| Display `git` branch name | **** | | **** | | | | **** |
26-
| Display `*` when `git` repository is _dirty_ | | | | | | | |
26+
| Display `*` when `git` repository is _dirty_ | **** | | **** | | | | **** |
2727
| Display `` when branch is _ahead_<br>(commits to push) | | | | | | | |
2828
| Display `` when branch is _being_<br>(commits to pull) | | | | | | | |
29-
| Change `` to red <br>when previous command has failed | **** | | **** | | | | **** |
29+
| Change `` to red <br>when previous command has failed | **** | | **** | | | | **** |
3030
| Update terminal title <br>with _current folder_ and _command_ | | | | | | | |
3131
| Display _username_ and _hostname_ <br>when in an `SSH` session | | | | | | | |
3232
| Display _duration_ <br>when command run more that `5` seconds | | | | | | | |
33-
| Display `Python` _virtualenv_ when activated | **** | | **** | | | | **** |
33+
| Display `Python` _virtualenv_ when activated | **** | | **** | | | | **** |
3434
| Fine control over colors | | | | | | | |
3535
| Right prompt control | | | | | | | |
3636
| Display `VI` mode and custom symbol <br>for non-insert mode | | | | | | | |
37+
38+
3739
## Install
3840

3941
⚠️ Under heavy development, use at your own risk! 💀

0 commit comments

Comments
 (0)