mirror of https://github.com/ohmyzsh/ohmyzsh.git
Update typewritten's feature set
parent
415dcf0fbb
commit
75ee6674e8
|
@ -9,19 +9,6 @@ Check out the instructions [here](https://github.com/ohmyzsh/ohmyzsh/wiki/Custom
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
#### passion
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
* time prompt will update once you finish inputting.
|
|
||||||
* time cost will show after command running.
|
|
||||||
|
|
||||||
source: [repo](https://github.com/ChesterYue/ohmyzsh-theme-passion)
|
|
||||||
|
|
||||||
author: [@chesteryue](https://github.com/ChesterYue)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
#### [typewritten](https://github.com/reobin/typewritten)
|
#### [typewritten](https://github.com/reobin/typewritten)
|
||||||
|
|
||||||
A minimal, lightweight, informative zsh prompt theme
|
A minimal, lightweight, informative zsh prompt theme
|
||||||
|
@ -34,7 +21,14 @@ A minimal, lightweight, informative zsh prompt theme
|
||||||
<img src="https://raw.githubusercontent.com/reobin/typewritten/master/media/layouts/pure.png" width="400" />
|
<img src="https://raw.githubusercontent.com/reobin/typewritten/master/media/layouts/pure.png" width="400" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
**Quick start**
|
||||||
|
```bash
|
||||||
|
npm install -g typewritten
|
||||||
|
```
|
||||||
|
|
||||||
**Features**
|
**Features**
|
||||||
|
- Asynchronous git info
|
||||||
- Current directory
|
- Current directory
|
||||||
- Current git branch
|
- Current git branch
|
||||||
- [git status indicators](https://github.com/reobin/typewritten#git-status-indicators)
|
- [git status indicators](https://github.com/reobin/typewritten#git-status-indicators)
|
||||||
|
@ -52,6 +46,19 @@ Author: [@reobin](https://github.com/reobin)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
#### passion
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
* time prompt will update once you finish inputting.
|
||||||
|
* time cost will show after command running.
|
||||||
|
|
||||||
|
source: [repo](https://github.com/ChesterYue/ohmyzsh-theme-passion)
|
||||||
|
|
||||||
|
author: [@chesteryue](https://github.com/ChesterYue)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
#### short
|
#### short
|
||||||
|
|
||||||
<img src=https://github.com/nikhilkmr300/omz-themes/blob/master/images/short.png width=640>
|
<img src=https://github.com/nikhilkmr300/omz-themes/blob/master/images/short.png width=640>
|
||||||
|
|
Loading…
Reference in New Issue