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"