Commit 0b555b7
Support git-bash on Windows
On Windows, the process name of git bash has a trailing .exe
hence it's not recognized as a bash shell and emits the following error.
Completion is only available for Bash, Fish and Zsh, "bash.exe" given.
Signed-off-by: Jack Cherng <jfcherng@gmail.com>1 parent 53ecb96 commit 0b555b7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments