mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-21 02:55:37 -08:00
docs: fix: list in customize.mdx
This commit is contained in:
parent
3b6c18d9fa
commit
75b10e7890
|
@ -18,15 +18,15 @@ There are two possible values the `--config` flag can handle:
|
||||||
|
|
||||||
- a path to a local configuration file
|
- a path to a local configuration file
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
--config 'C:/Users/Posh/jandedobbeleer.omp.json'
|
--config 'C:/Users/Posh/jandedobbeleer.omp.json'
|
||||||
```
|
```
|
||||||
|
|
||||||
- a URL pointing to a remote config
|
- a URL pointing to a remote config
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
--config 'https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/jandedobbeleer.omp.json'
|
--config 'https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/jandedobbeleer.omp.json'
|
||||||
```
|
```
|
||||||
|
|
||||||
### Set the configuration
|
### Set the configuration
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue