Fixed merge conflict
This commit is contained in:
parent
7c0d9f411a
commit
9209c0dfeb
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ impl Terminal {
|
||||||
.detach();
|
.detach();
|
||||||
|
|
||||||
let pty_config = PtyConfig {
|
let pty_config = PtyConfig {
|
||||||
shell: None,
|
shell: None, //Use the users default shell
|
||||||
working_directory: working_directory.clone(),
|
working_directory: working_directory.clone(),
|
||||||
hold: false,
|
hold: false,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue