We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f260c commit 016d981Copy full SHA for 016d981
src/init/omp.ps1
@@ -54,6 +54,7 @@ function global:Initialize-ModuleSupport {
54
#store the last exit code for restore
55
$realLASTEXITCODE = $global:LASTEXITCODE
56
$errorCode = 0
57
+ Initialize-ModuleSupport
58
Set-PoshContext
59
if ($lastCommandSuccess -eq $false) {
60
#native app exit code
@@ -80,7 +81,6 @@ function global:Initialize-ModuleSupport {
80
81
$executionTime = ($history.EndExecutionTime - $history.StartExecutionTime).TotalMilliseconds
82
$global:omp_lastHistoryId = $history.Id
83
}
- Initialize-ModuleSupport
84
$omp = "::OMP::"
85
$config = $global:PoshSettings.Theme
86
$cleanPWD = $PWD.ProviderPath.TrimEnd("\")
0 commit comments