feat: convert fish -> zsh

This commit is contained in:
Andrejus
2023-10-24 00:43:56 +01:00
parent b1dcd8d68d
commit 62e6c0243e
11 changed files with 42 additions and 61 deletions

View File

@@ -36,7 +36,7 @@ def in_shell_path(shell: Text, binary: Text) -> bool:
shells: List[Text] = [
"sh",
"bash",
"fish",
"zsh",
]
binaries: List[Text] = [