mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 04:19:41 -08:00
docs(windows): add additional PATH context
This commit is contained in:
parent
4cf65fddfb
commit
3b7ebb3d9e
|
@ -73,7 +73,15 @@ This installs a couple of things:
|
||||||
- `oh-my-posh.exe` - Windows executable
|
- `oh-my-posh.exe` - Windows executable
|
||||||
- `themes` - The latest Oh My Posh [themes][themes]
|
- `themes` - The latest Oh My Posh [themes][themes]
|
||||||
|
|
||||||
|
:::info
|
||||||
For the `PATH` to be reloaded, a restart of your terminal is advised.
|
For the `PATH` to be reloaded, a restart of your terminal is advised.
|
||||||
|
If oh-my-posh is not recognized as a command, you can run the installer again, or add it manually to your `PATH`.
|
||||||
|
For example:
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
$env:Path += ";C:\Users\user\AppData\Local\Programs\oh-my-posh\bin"
|
||||||
|
```
|
||||||
|
:::
|
||||||
|
|
||||||
:::tip Antivirus software
|
:::tip Antivirus software
|
||||||
Due to frequent updates of Oh My Posh, Antivirus software occasionally flags it (false positive).
|
Due to frequent updates of Oh My Posh, Antivirus software occasionally flags it (false positive).
|
||||||
|
|
Loading…
Reference in a new issue