diff --git a/thefuck/shells/__init__.py b/thefuck/shells/__init__.py index 9fedf25b..3da6497d 100644 --- a/thefuck/shells/__init__.py +++ b/thefuck/shells/__init__.py @@ -16,7 +16,8 @@ shells = {'bash': Bash, 'zsh': Zsh, 'csh': Tcsh, 'tcsh': Tcsh, - 'powershell': Powershell} + 'powershell': Powershell, + 'pwsh': Powershell} def _get_shell_from_env():