mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-26 10:31:20 -08:00
parent
766dc1ac8b
commit
f54c9eb514
|
@ -95,10 +95,18 @@ Once added, reload your config for the changes to take effect.
|
|||
|
||||
Set the prompt and restart nu shell:
|
||||
|
||||
### Nu < 0.32.0
|
||||
|
||||
```bash
|
||||
config set prompt "= `{{$(oh-my-posh --config ~/.poshthemes/jandedobbeleer.omp.json | str collect)}}`"
|
||||
```
|
||||
|
||||
### Nu >= 0.32.0
|
||||
|
||||
```bash
|
||||
config set prompt "(oh-my-posh --config ~/.poshthemes/jandedobbeleer.omp.json | str collect)"
|
||||
```
|
||||
|
||||
Restart nu shell for the changes to take effect.
|
||||
|
||||
</TabItem>
|
||||
|
|
Loading…
Reference in a new issue