summaryrefslogtreecommitdiffstats
path: root/src/config/raw/app/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/raw/app/config.rs')
-rw-r--r--src/config/raw/app/config.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/raw/app/config.rs b/src/config/raw/app/config.rs
index 2980e4c..9c18ff8 100644
--- a/src/config/raw/app/config.rs
+++ b/src/config/raw/app/config.rs
@@ -39,6 +39,8 @@ pub struct AppConfigRaw {
#[serde(default = "default_true")]
pub mouse_support: bool,
#[serde(default)]
+ pub zoxide_update: bool,
+ #[serde(default)]
pub cmd_aliases: HashMap<String, String>,
#[serde(default, rename = "display")]
pub display_options: DisplayOptionRaw,