docs: adjust theme preview snippet

resolves #733
This commit is contained in:
Jan De Dobbeleer 2021-05-22 16:20:01 +02:00
parent b67f625740
commit 422ec3e7fe
No known key found for this signature in database
GPG key ID: F6CC273CE5BA9AEE

View file

@ -40,7 +40,7 @@ Get-ChildItem -Path "$(scoop prefix oh-my-posh)/themes/*" -Include '*.omp.json'
Write-Host ""
Write-Host "$esc[1m$($_.BaseName)$esc[0m"
Write-Host ""
& "C:\tools\oh-my-posh.exe" -config $($_.FullName) -pwd $PWD
oh-my-posh --config $($_.FullName) --pwd $PWD
Write-Host ""
}
```