mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
docs(nu): correct config variable
This commit is contained in:
parent
ff4ff26e3a
commit
19a5c65aa1
|
@ -48,7 +48,7 @@ Then add the following line.
|
|||
```powershell
|
||||
oh-my-posh init pwsh | Invoke-Expression
|
||||
```
|
||||
|
||||
|
||||
:::warning Antivirus software
|
||||
If adding an exception to your Antivirus software still blocks Oh My Posh for Windows, you can try using the below
|
||||
alternate line in your PowerShell profile. This is a drop-in replacement to the above call with Invoke-Expression.
|
||||
|
@ -160,7 +160,7 @@ exec fish
|
|||
Oh My Posh requires Nushell >= 0.60.0
|
||||
:::
|
||||
|
||||
Edit `$nu.configuration/path` and add the following lines at the bottom.
|
||||
Edit `$nu.config-path` and add the following lines at the bottom.
|
||||
|
||||
```bash
|
||||
oh-my-posh init nu
|
||||
|
|
Loading…
Reference in a new issue