1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-08 00:10:41 +01:00

Update feature set for typewritten

Robin Gagnon
2020-07-31 17:49:50 -04:00
parent baa5d58b85
commit c4d5a907cb

@@ -25,20 +25,23 @@ A minimal, lightweight, informative zsh prompt theme
**Quick start** **Quick start**
```bash ```bash
npm install -g typewritten npm install -g typewritten
# then reload zsh
``` ```
**Features** **Features**
- Asynchronous git info - Asynchronous git info
- Color options for all prompt sections
- Actively maintained
- Current directory - Current directory
- Current git branch - Current git branch
- [git status indicators](https://github.com/reobin/typewritten#git-status-indicators) - git status indicators
- [Return code](https://github.com/reobin/typewritten#return-code) - Return code
- [Various customization options](https://github.com/reobin/typewritten#customization-options) - Various customization options
- [Prompt layout](https://github.com/reobin/typewritten#typewritten_prompt_layout) - Prompt layout
- [Prompt symbol](https://github.com/reobin/typewritten#typewritten_symbol) - Prompt symbol
- [Constant display of git home directory](https://github.com/reobin/typewritten#typewritten_git_relative_path) - Constant display of git home directory
- [Cursor](https://github.com/reobin/typewritten#typewritten_cursor) - Cursor
- [Prefix on right prompt](https://github.com/reobin/typewritten#typewritten_right_prompt_prefix) - Prefix on right prompt
Source: [typewritten.zsh](https://github.com/reobin/typewritten) Source: [typewritten.zsh](https://github.com/reobin/typewritten)