ChrisTitusTech / powershell-profile

Pretty PowerShell that looks good and functions almost as good as Linux terminal
577 stars 330 forks source link

Added PS5 Compatibility #93

Open MyDrift-user opened 1 month ago

MyDrift-user commented 1 month ago

When using with PowerShell 5, I get always an error bc -TimeoutSeconds 1 does not exist there. So I replaces it with something it does understand.

Set & run Set-PSReadLineOption @PSROptions only if ps7 is used. Module seems to be available for ps5, but does not work.