From f6e50bef829d8a30b5377c54ab22f47d0e0ddcff Mon Sep 17 00:00:00 2001 From: afwilkin Date: Tue, 22 May 2018 13:03:52 -0400 Subject: [PATCH] fixed powershell coloring (#805) --- thefuck/shells/powershell.py | 1 + 1 file changed, 1 insertion(+) diff --git a/thefuck/shells/powershell.py b/thefuck/shells/powershell.py index e08e1eac..19daf64b 100644 --- a/thefuck/shells/powershell.py +++ b/thefuck/shells/powershell.py @@ -12,6 +12,7 @@ class Powershell(Generic): ' else { iex "$fuck"; }\n' \ ' }\n' \ ' }\n' \ + ' [Console]::ResetColor() \n' \ '}\n' def and_(self, *commands):