From 5847d2a128f4788c14c1864293e59aa5df0e9edf Mon Sep 17 00:00:00 2001 From: Bryan Lee <38807139+liby@users.noreply.github.com> Date: Tue, 14 Jan 2025 21:32:56 +0800 Subject: [PATCH] Update the documentation to better explain that `shell-integration-features` --- src/config/Config.zig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index 36b2a8494a..1b1bddd97e 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -1639,7 +1639,9 @@ 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 enable. These require our shell integration +/// to be loaded, either automatically via shell-integration or manually. +/// /// 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