docs: use upper case $PROFILE

This commit is contained in:
Jan De Dobbeleer 2021-05-04 19:48:54 +02:00 committed by Jan De Dobbeleer
parent 01c7a1f40a
commit b4e16c464e
3 changed files with 3 additions and 3 deletions

View file

@ -39,7 +39,7 @@ $env:AZ_ENABLED=$false
Once added, reload your profile for the changes to take effect.
```powershell
. $profile
. $PROFILE
```
</TabItem>

View file

@ -51,7 +51,7 @@ Set-PoshPrompt -Theme jandedobbeleer
Once added, reload your profile for the changes to take effect.
```powershell
. $profile
. $PROFILE
```
<Customize />

View file

@ -32,7 +32,7 @@ Invoke-Expression (oh-my-posh --init --shell pwsh --config ~/mytheme.omp.json)
Once added, reload your profile for the changes to take effect.
```powershell
. $profile
. $PROFILE
```
</TabItem>