mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-19 00:58:56 +00:00
Add the pwsh support for thefuck
This commit is contained in:
parent
926e9ef963
commit
9b33c5977d
@ -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():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user