mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
docs: Fix shell setting doc (#17208)
Release Notes: - N/A03fd5c90d8/crates/project/src/project.rs (L5210)
03fd5c90d8/crates/task/src/lib.rs (L266)
This commit is contained in:
parent
12341e518e
commit
2730d08ff0
@ -603,7 +603,7 @@
|
||||
// "shell": {
|
||||
// "with_arguments": {
|
||||
// "program": "/bin/bash",
|
||||
// "arguments": ["--login"]
|
||||
// "args": ["--login"]
|
||||
// }
|
||||
// }
|
||||
"shell": "system",
|
||||
|
@ -35,7 +35,7 @@
|
||||
// "shell": {
|
||||
// "with_arguments": {
|
||||
// "program": "/bin/bash",
|
||||
// "arguments": ["--login"]
|
||||
// "args": ["--login"]
|
||||
// }
|
||||
// }
|
||||
"shell": "system"
|
||||
|
@ -37,7 +37,7 @@ Zed supports ways to spawn (and rerun) commands using its integrated terminal to
|
||||
// "shell": {
|
||||
// "with_arguments": {
|
||||
// "program": "/bin/bash",
|
||||
// "arguments": ["--login"]
|
||||
// "args": ["--login"]
|
||||
// }
|
||||
// }
|
||||
"shell": "system"
|
||||
|
Loading…
Reference in New Issue
Block a user