@@ -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