mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-27 03:49:40 -08:00
docs(pwsh): update unsigned script command
This commit is contained in:
parent
31a51ff117
commit
b4db51c5be
|
@ -151,7 +151,7 @@ New-Item -Path $PROFILE -Type File -Force
|
|||
```
|
||||
|
||||
In this scenario, it can also be that PowerShell blocks running local scripts. To solve that, set PowerShell
|
||||
to only require remote scripts to be signed using `Set-ExecutionPolicy RemoteSigned`, or [sign the profile][sign].
|
||||
to only require remote scripts to be signed using `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine`, or [sign the profile][sign].
|
||||
:::
|
||||
|
||||
Then add the following line.
|
||||
|
|
Loading…
Reference in a new issue