mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
chore: adjust shell arguments
This commit is contained in:
parent
9e7d901fb6
commit
b4d23a4716
|
@ -33,8 +33,8 @@ A really simple configuration could look like this.
|
|||
```
|
||||
|
||||
With this configuration, a single powerline segment is rendered that shows the name of the folder you're currently in.
|
||||
To set this configuration in combination with a Oh my Posh [executable][releases], use the `-config` flag to
|
||||
set a path to a json file containing the above code. The `-shell universal` flag is used to print the prompt without
|
||||
To set this configuration in combination with a Oh my Posh [executable][releases], use the `--config` flag to
|
||||
set a path to a json file containing the above code. The `--shell universal` flag is used to print the prompt without
|
||||
escape characters to see the prompt as it would be shown inside a prompt function for your shell.
|
||||
|
||||
:::info
|
||||
|
@ -44,7 +44,7 @@ theme.
|
|||
:::
|
||||
|
||||
```bash
|
||||
oh-my-posh -config sample.json -shell universal
|
||||
oh-my-posh --config sample.json --shell universal
|
||||
```
|
||||
|
||||
If all goes according to plan, you should see the prompt being printed out on the line below. In case you see a lot of
|
||||
|
|
Loading…
Reference in a new issue