docs(cmd): clean init command layout

This commit is contained in:
Jan De Dobbeleer 2021-11-13 20:08:10 +01:00
parent b3371136c7
commit e0c31470b7
No known key found for this signature in database
GPG key ID: F6CC273CE5BA9AEE

View file

@ -51,7 +51,7 @@ Use the full path to the config file, not the relative path.
:::
```lua title="oh-my-posh.lua"
load(io.popen("oh-my-posh --config=\"C:/Users/jan/jandedobbeleer.omp.json\" --init --shell cmd"):read("*a"))()
load(io.popen('oh-my-posh --config="C:/Users/jan/jandedobbeleer.omp.json" --init --shell cmd'):read("*a"))()
```
Once added, restart cmd for the changes to take effect.