You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/faq.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,9 @@ and type the `[user]@[host]` that you wish to connect to.
19
19
20
20
### On Windows, how can I use Git Bash as my default shell?
21
21
22
-
In order to make Git Bash your default shell you'll need to set the configuration variable `term:localshellpath` to
22
+
Wave automatically detects Git Bash installations and adds them to the connection dropdown. Simply click the <iclassName="fa-sharp fa-laptop"/> or <iclassName="fa-sharp fa-arrow-right-arrow-left"/> button in the block header and select "Git Bash" from the list.
23
+
24
+
Alternatively, you can manually set Git Bash as your default shell by setting the configuration variable `term:localshellpath` to
23
25
the location of the Git Bash "bash.exe" binary. By default it is located at "C:\Program Files\Git\bin\bash.exe".
24
26
Just remember in JSON, backslashes need to be escaped. So add this to your [settings.json](./config) file:
0 commit comments