Skip to content

Commit e7839b8

Browse files
authored
Fix known shell name entries
1 parent 1d21989 commit e7839b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

news/24.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix a typo that prevents ash and csh from being detected.

src/shellingham/_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SHELL_NAMES = {
2-
'sh', 'bash', 'dash', 'ash' # Bourne.
2+
'sh', 'bash', 'dash', 'ash', # Bourne.
33
'csh', 'tcsh', # C.
44
'ksh', 'zsh', 'fish', # Common alternatives.
55
'cmd', 'powershell', 'pwsh', # Microsoft.

0 commit comments

Comments
 (0)