mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-28 04:19:41 -08:00
parent
69386deb31
commit
7b504e42eb
|
@ -41,6 +41,14 @@ Once altered, reload your profile for the changes to take effect.
|
|||
. $PROFILE
|
||||
```
|
||||
|
||||
:::info
|
||||
When the above command gives an error, make sure to create the profile first and add the `oh-my-posh init` above.
|
||||
|
||||
```powershell
|
||||
New-Item -Path $PROFILE -Type File -Force
|
||||
```
|
||||
:::
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="cmd">
|
||||
|
||||
|
|
Loading…
Reference in a new issue