diff --git a/src/init/omp.ps1 b/src/init/omp.ps1 index 5242e615..5d8a35b9 100644 --- a/src/init/omp.ps1 +++ b/src/init/omp.ps1 @@ -35,8 +35,8 @@ if (Test-Path $omp_config) { $global:PoshSettings.Theme = (Resolve-Path -Path $omp_config).ProviderPath } -Remove-Variable $omp_value -Confirm:$false -Remove-Variable $omp_config -Confirm:$false +Remove-Variable omp_value -Confirm:$false +Remove-Variable omp_config -Confirm:$false function global:Set-PoshContext {}