mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 10:40:54 +00:00
parent
dc5f4c8719
commit
4af542567c
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ pub enum WorkingDirectory {
|
|||
FirstProjectDirectory,
|
||||
/// Always use this platform's home directory (if it can be found).
|
||||
AlwaysHome,
|
||||
/// Slways use a specific directory. This value will be shell expanded.
|
||||
/// Always use a specific directory. This value will be shell expanded.
|
||||
/// If this path is not a valid directory the terminal will default to
|
||||
/// this platform's home directory (if it can be found).
|
||||
Always { directory: String },
|
||||
|
|
Loading…
Reference in a new issue