Skip to content

Commit

Permalink
Update the documentation to better explain that `shell-integration-fe…
Browse files Browse the repository at this point in the history
…atures`
  • Loading branch information
liby committed Jan 14, 2025
1 parent 2053491 commit 4c3e63f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/config/Config.zig
Original file line number Diff line number Diff line change
Expand Up @@ -1639,7 +1639,11 @@ keybind: Keybinds = .{},
/// The default value is `detect`.
@"shell-integration": ShellIntegration = .detect,

/// Shell integration features to enable if shell integration itself is enabled.
/// Shell integration features to configure. These features control both
/// automatic shell integration (when enabled) and environment variables.
/// The environment variables are always set unless explicitly disabled with
/// `shell-integration-features = false`.
///
/// The format of this is a list of features to enable separated by commas. If
/// you prefix a feature with `no-` then it is disabled. If you omit a feature,
/// its default value is used, so you must explicitly disable features you don't
Expand Down

0 comments on commit 4c3e63f

Please sign in to comment.