Skip to content

Commit b4e16c4

Browse files
docs: use upper case $PROFILE
1 parent 01c7a1f commit b4e16c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/docs/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $env:AZ_ENABLED=$false
3939
Once added, reload your profile for the changes to take effect.
4040

4141
```powershell
42-
. $profile
42+
. $PROFILE
4343
```
4444

4545
</TabItem>

docs/docs/install-pwsh.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Set-PoshPrompt -Theme jandedobbeleer
5151
Once added, reload your profile for the changes to take effect.
5252

5353
```powershell
54-
. $profile
54+
. $PROFILE
5555
```
5656

5757
<Customize />

docs/docs/install-shells.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Invoke-Expression (oh-my-posh --init --shell pwsh --config ~/mytheme.omp.json)
3232
Once added, reload your profile for the changes to take effect.
3333

3434
```powershell
35-
. $profile
35+
. $PROFILE
3636
```
3737

3838
</TabItem>

0 commit comments

Comments
 (0)