From b96fff3c6a6809985bd813b87601c697878e2f52 Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Mon, 19 Feb 2024 01:30:26 -0500 Subject: [PATCH] Just a pinch cleaner --- fake_home/.zshrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/fake_home/.zshrc b/fake_home/.zshrc index 8396f7a..47bb592 100644 --- a/fake_home/.zshrc +++ b/fake_home/.zshrc @@ -85,13 +85,15 @@ function dconf-dump { ignore_section=false fi case "$current_section" in - "[org/gnome/desktop/background]" | "[org/gnome/shell/extensions/gsconnect"*) + "[org/gnome/desktop/background]" | \ + "[org/gnome/shell/extensions/gsconnect"*) ignore_section=true ;; "[org/gnome/desktop/interface]") - if [[ "$line" != "gtk-theme='"* ]]; then - echo "$line" + if [[ "$line" == "gtk-theme='"* ]]; then + continue fi + echo "$line" ;; *) if ! $ignore_section; then