mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
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:
parent
f4027bd7b3
commit
7e1a5ecdc5
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue