Skip to content

Commit 1412271

Browse files
authored
Merge pull request #734 from inspirnathan/patch-1
fix typo for zsh option
2 parents e7c3748 + 2afcbd6 commit 1412271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/debug/client.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def working_shell_type
4242
when /csh/
4343
:csh
4444
when /zsh/
45-
:szh
45+
:zsh
4646
when /dash/
4747
:dash
4848
else

0 commit comments

Comments
 (0)