mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
docs: update docs/docs/install-shells.mdx [skip ci]
This commit is contained in:
parent
9a187c28b7
commit
6ffb9ffff0
|
@ -23,7 +23,13 @@ oh-my-posh --print-shell
|
||||||
}>
|
}>
|
||||||
<TabItem value="powershell">
|
<TabItem value="powershell">
|
||||||
|
|
||||||
Edit `$PROFILE` in your preferred PowerShell version and add the following line.
|
Edit your PowerShell profile script, you can find its location under the `$PROFILE` variable in your preferred PowerShell version. For example, using notepad:
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
notepad $PROFILE
|
||||||
|
```
|
||||||
|
|
||||||
|
Then add the following line.
|
||||||
|
|
||||||
:::caution
|
:::caution
|
||||||
If you installed Oh My Posh using `Install-Module oh-my-posh`, you need to first import
|
If you installed Oh My Posh using `Install-Module oh-my-posh`, you need to first import
|
||||||
|
|
Loading…
Reference in a new issue