We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe3578 commit 9826b65Copy full SHA for 9826b65
Microsoft.PowerShell_profile.ps1
@@ -1,4 +1,4 @@
1
-
+
2
$env:PSElevated = Test-Elevated
3
4
# override the prompt function
@@ -23,6 +23,7 @@ New-Alias ep Edit-PSProfile
23
New-Alias vs Set-VsDevEnv
24
New-Alias push Push-Location
25
New-Alias pop Pop-Location
26
+New-Alias rbh Remove-BrowserHijack
27
28
$0 = 'C:\Github\ClipboardViewer\bin\Debug\ClipboardViewer.exe'
29
if (Test-Path $0)
@@ -111,4 +112,5 @@ if (Test-Path $pwd\PowerShell_profile.ps1)
111
112
. $pwd\PowerShell_profile.ps1
113
}
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