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

Added missing mapping for powershell.

This commit is contained in:
sobelek 2018-10-04 15:39:41 +02:00
parent a0286b402a
commit 9e0f4d49cf

View File

@ -16,7 +16,8 @@ shells = {'bash': Bash,
'zsh': Zsh,
'csh': Tcsh,
'tcsh': Tcsh,
'powershell': Powershell}
'powershell': Powershell,
'pwsh': Powershell}
def _get_shell_from_env():