From 78c700b21b7e2cd4bd28a0fa209f573129c3fc20 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 9 Jan 2019 10:05:45 +0200 Subject: [PATCH] misc: Start removing useless quotes --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index e64845f3..e9d80cf5 100755 --- a/neofetch +++ b/neofetch @@ -1708,7 +1708,7 @@ get_wm_theme() { ;; "Xfwm4") - [[ -f ~}/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml ]] && \ + [[ -f ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml ]] && \ wm_theme="$(xfconf-query -c xfwm4 -p /general/theme)" ;;