login page
This commit is contained in:
7
Lib/site-packages/pipenv/vendor/shellingham/_consts.py
vendored
Normal file
7
Lib/site-packages/pipenv/vendor/shellingham/_consts.py
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
SHELL_NAMES = {
|
||||
'sh', 'bash', 'dash', # Bourne.
|
||||
'csh', 'tcsh', # C.
|
||||
'ksh', 'zsh', 'fish', # Common alternatives.
|
||||
'cmd', 'powershell', 'pwsh', # Microsoft.
|
||||
'elvish', 'xonsh', # More exotic.
|
||||
}
|
||||
Reference in New Issue
Block a user