mirror of
https://github.com/nvbn/thefuck.git
synced 2025-10-30 14:44:05 +00:00
Add the pwsh support for thefuck (#844)
This commit is contained in:
committed by
Vladimir Iakovlev
parent
25142f81f8
commit
3e522ba787
@@ -16,7 +16,8 @@ shells = {'bash': Bash,
|
|||||||
'zsh': Zsh,
|
'zsh': Zsh,
|
||||||
'csh': Tcsh,
|
'csh': Tcsh,
|
||||||
'tcsh': Tcsh,
|
'tcsh': Tcsh,
|
||||||
'powershell': Powershell}
|
'powershell': Powershell,
|
||||||
|
'pwsh': Powershell}
|
||||||
|
|
||||||
|
|
||||||
def _get_shell_from_env():
|
def _get_shell_from_env():
|
||||||
|
|||||||
Reference in New Issue
Block a user