1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00

Add the pwsh support for thefuck (#844)

This commit is contained in:
Nallagatla Manikanta 2018-10-10 02:50:48 +05:30 committed by Vladimir Iakovlev
parent 25142f81f8
commit 3e522ba787

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