mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-02 05:41:10 -08:00
fix(pwsh): fix remove-variable statements
This commit is contained in:
parent
d328c81932
commit
97774fe66b
|
@ -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 {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue