Skip to content

Commit

Permalink
Add the pwsh support for thefuck (nvbn#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
manikantanallagatla authored and nvbn committed Oct 9, 2018
1 parent 25142f8 commit 3e522ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion thefuck/shells/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
'zsh': Zsh,
'csh': Tcsh,
'tcsh': Tcsh,
'powershell': Powershell}
'powershell': Powershell,
'pwsh': Powershell}


def _get_shell_from_env():
Expand Down

0 comments on commit 3e522ba

Please sign in to comment.