powershell-profile
powershell-profile copied to clipboard
Added PS5 Compatibility
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.