Skip to content

Commit 9826b65

Browse files
authored
Update Microsoft.PowerShell_profile.ps1
1 parent 8fe3578 commit 9826b65

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Microsoft.PowerShell_profile.ps1

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
$env:PSElevated = Test-Elevated
33

44
# override the prompt function
@@ -23,6 +23,7 @@ New-Alias ep Edit-PSProfile
2323
New-Alias vs Set-VsDevEnv
2424
New-Alias push Push-Location
2525
New-Alias pop Pop-Location
26+
New-Alias rbh Remove-BrowserHijack
2627

2728
$0 = 'C:\Github\ClipboardViewer\bin\Debug\ClipboardViewer.exe'
2829
if (Test-Path $0)
@@ -111,4 +112,5 @@ if (Test-Path $pwd\PowerShell_profile.ps1)
111112
. $pwd\PowerShell_profile.ps1
112113
}
113114

114-
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\paradoxical.omp.json" | Invoke-Expression
115+
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\paradoxical.omp.json" | Invoke-Expression
116+
$env:AWS_PROFILE='wcc-dev'

0 commit comments

Comments
 (0)