mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-25 13:16:11 +03:00
Fix typo in config docs (#3564)
This was originally fixed in ghostty-org/website#152, but was
accidentally reverted in
[ghostty-org/website#99795d7882a5ee47437454c7c106c2874e0406dc](99795d7882
).
P.S., you might want an PR template to discourage folks from making
unsolicited PRs like this :)
P.P.S., you can write issue templates as yaml files to stop folks from
ignoring them (required fields)
This commit is contained in:
@ -628,7 +628,7 @@ command: ?[]const u8 = null,
|
|||||||
/// (i.e. by wrapping your command in a shell, setting env vars, etc.).
|
/// (i.e. by wrapping your command in a shell, setting env vars, etc.).
|
||||||
/// This is a safety measure to prevent unexpected behavior. If you want
|
/// This is a safety measure to prevent unexpected behavior. If you want
|
||||||
/// shell integration with a `-e`-executed command, you must either
|
/// shell integration with a `-e`-executed command, you must either
|
||||||
/// name your binary appopriately or source the shell integration script
|
/// name your binary appropriately or source the shell integration script
|
||||||
/// manually.
|
/// manually.
|
||||||
///
|
///
|
||||||
@"initial-command": ?[]const u8 = null,
|
@"initial-command": ?[]const u8 = null,
|
||||||
|
Reference in New Issue
Block a user