Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmosco committed Jan 15, 2018
1 parent e448f17 commit 1aa180d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,21 @@ and cyan for the namespace. These can of course be changed:
| `KUBE_PS1_CTX_COLOR` | `red` | Set default color of the cluster context |
| `KUBE_PS1_NS_COLOR` | `cyan` | Set default color of the cluster namespace |

### ZSH
#### ZSH

In zsh, names are only usable for the following colors: `black, red,
green, yellow, blue, magenta, cyan, and white`.

### Bash
#### Bash

For bash, the appropriate escape sequences must be used in place of the color
names. The default colors assigned have the following escape sequences:

```
blue: \e[34m
red: \e[31m
cyan: \e[36m
```

## Contributors

Expand Down

0 comments on commit 1aa180d

Please sign in to comment.