powershell-profile icon indicating copy to clipboard operation
powershell-profile copied to clipboard

Added PS5 Compatibility

Open MyDrift-user opened this issue 1 year ago • 0 comments

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.

MyDrift-user avatar Jul 16 '24 21:07 MyDrift-user