From ee9709a54db18c873ade83cfc309b6569b200e54 Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Sun, 18 Feb 2024 22:25:55 -0500 Subject: [PATCH] Ignore some gsconnect config --- fake_home/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fake_home/.zshrc b/fake_home/.zshrc index 962eb1e..d17eaa5 100644 --- a/fake_home/.zshrc +++ b/fake_home/.zshrc @@ -83,7 +83,7 @@ function dconf-dump { ignore_section=false fi else - if [[ "$line" == "[org/gnome/desktop/background]" ]]; then + if [[ "$line" == "[org/gnome/desktop/background]" ]] || [[ "$line" == "[org/gnome/shell/extensions/gsconnect"* ]]; then ignore_section=true else echo "$line"