File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ $env:AZ_ENABLED=$false
3939Once added, reload your profile for the changes to take effect.
4040
4141``` powershell
42- . $profile
42+ . $PROFILE
4343```
4444
4545</TabItem >
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Set-PoshPrompt -Theme jandedobbeleer
5151Once added, reload your profile for the changes to take effect.
5252
5353``` powershell
54- . $profile
54+ . $PROFILE
5555```
5656
5757<Customize />
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Invoke-Expression (oh-my-posh --init --shell pwsh --config ~/mytheme.omp.json)
3232Once added, reload your profile for the changes to take effect.
3333
3434``` powershell
35- . $profile
35+ . $PROFILE
3636```
3737
3838</TabItem >
You can’t perform that action at this time.
0 commit comments