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):