Skip to content

Commit

Permalink
Update readme color diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
camsteffen committed Apr 7, 2020
1 parent 865c515 commit cc0d480
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,18 +134,19 @@ Colors can be changed by using [`zstyle`](http://zsh.sourceforge.net/Doc/Release
The following diagram shows where each color is applied on the prompt:

```
┌───────────────────────────────────────────── path
│ ┌────────────────────────────────── git:branch
│ │ ┌─────────────────────────── git:action
│ │ │ ┌─────────────────── git:dirty
│ │ │ │ ┌───────────────── git:arrow
│ │ │ │ │ ┌─────────────── git:stash
│ │ │ │ │ │ ┌────── host
│ │ │ │ │ │ │
~/dev/pure master|rebase-i* ⇡ ≡ zaphod@heartofgold 42s
venv ❯ │ │
│ │ │ └───── execution_time
│ │ └──────────────────────── user
┌────────────────────────────────────────────────────── user
│ ┌─────────────────────────────────────────────── host
│ │ ┌─────────────────────────────────── path
│ │ │ ┌──────────────────────── git:branch
│ │ │ │ ┌────────────────── git:dirty
│ │ │ │ │ ┌──────────────── git:action
│ │ │ │ │ │ ┌─────── git:arrow
│ │ │ │ │ │ │ ┌───── git:stash
│ │ │ │ │ │ │ │ ┌─── execution_time
│ │ │ │ │ │ │ │ │
zaphod@heartofgold ~/dev/pure master* rebase-i ⇡ ≡ 42s
venv ❯
│ │
│ └───────────────────────────────────────────────── prompt
└────────────────────────────────────────────────────── virtualenv (or prompt:continuation)
```
Expand Down

0 comments on commit cc0d480

Please sign in to comment.