Skip to content

Commit

Permalink
docs: Fix incorrect variables for hostname module (starship#3361)
Browse files Browse the repository at this point in the history
  • Loading branch information
chipbuster authored Dec 30, 2021
1 parent 35e5a6f commit 52abffa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1587,10 +1587,10 @@ The `hostname` module shows the system hostname.

### Variables

| Variable | Example | Description |
| -------- | ------- | ------------------------------------ |
| symbol | | Mirrors the value of option `symbol` |
| style\* | | Mirrors the value of option `style` |
| Variable | Example | Description |
| -------- | ---------- | ------------------------------------ |
| hostname | `computer` | The hostname of the computer |
| style\* | | Mirrors the value of option `style` |

\*: This variable can only be used as a part of a style string

Expand Down

0 comments on commit 52abffa

Please sign in to comment.