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

fixed powershell coloring

This commit is contained in:
2018-04-15 21:04:01 -04:00
parent 33a87502cd
commit 6a39f51603

View File

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