8 lines
264 B
Python
8 lines
264 B
Python
SHELL_NAMES = {
|
|
'sh', 'bash', 'dash', # Bourne.
|
|
'csh', 'tcsh', # C.
|
|
'ksh', 'zsh', 'fish', # Common alternatives.
|
|
'cmd', 'powershell', 'pwsh', # Microsoft.
|
|
'elvish', 'xonsh', # More exotic.
|
|
}
|