1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 06:38:32 +00:00

Reset colour for Powershell

This was originally fixed in #805 but appears to have been reverted at some point.
This commit is contained in:
Daniel Smith 2020-05-14 09:56:07 +01:00 committed by GitHub
parent 33a87502cd
commit 8b6d778ba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ class Powershell(Generic):
' else { iex "$fuck"; }\n' \
' }\n' \
' }\n' \
' [Console]::ResetColor() \n' \
'}\n'
def and_(self, *commands):