refactor(pwsh): remove Set-Theme from V2 deprecation list

this conflicts with other tooling such as Terminal-Icons that also
has a Set-Theme cmdlet. Overriding this will break that functionality.

relates to #382
This commit is contained in:
Jan De Dobbeleer 2021-02-07 07:10:12 +01:00 committed by Jan De Dobbeleer
parent f4027bd7b3
commit 7e1a5ecdc5

View file

@ -158,7 +158,6 @@ https://ohmyposh.dev/docs/upgrading
}
Set-Alias -Name Set-Prompt -Value Get-PoshInfoForV2Users -Force
Set-Alias -Name Set-Theme -Value Get-PoshInfoForV2Users -Force
Set-Alias -Name Get-ThemesLocation -Value Get-PoshInfoForV2Users -Force
Set-Alias -Name Get-Theme -Value Get-PoshInfoForV2Users -Force
Set-Alias -Name Show-ThemeSymbols -Value Get-PoshInfoForV2Users -Force