-
-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc fixes (startup-directory → working-dir , SplitRigh → SplitRight) (#…
…822) * rename startup-directory → working-dir * SplitRigh → SplitRight --------- Co-authored-by: Raphael Amorim <[email protected]>
- Loading branch information
1 parent
4dc7088
commit dc4dedf
Showing
3 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: 'working-dir' | ||
language: 'en' | ||
--- | ||
|
||
Directory the shell is started in. If this is unset, the working directory of the parent process will be used. | ||
|
||
This configuration only works if [`use-fork`](use-fork) is disabled. | ||
|
||
```toml | ||
working-dir = '/Users/raphael/Documents/' | ||
``` |