From 2c48590a1f17db768bc3d120b11faae629e73fcc Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Thu, 15 May 2025 16:57:45 -0300 Subject: [PATCH] :boom: scripts(install): echo config_home instead of calling it --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index dd625ed..49e9d25 100755 --- a/install.sh +++ b/install.sh @@ -6,7 +6,7 @@ set -e trap "printf \"\nOk, quitting beacuse you entered an exit signal. (SIGINT).\n\"; exit 1" SIGINT trap "printf \"\nOh noo!! Some application just killed the script!\"; exit 2" SIGTERM -XDG_CONFIG_HOME=$(sh -c '[[ ! -z "$XDG_CONFIG_HOME" ]] && echo "$XDG_CONFIG_HOME" || "$HOME/.config"') +XDG_CONFIG_HOME=$(sh -c '[[ ! -z "$XDG_CONFIG_HOME" ]] && echo "$XDG_CONFIG_HOME" || echo "$HOME/.config"') function Apply_wallpapers() { echo -n "Would you also like to apply the wallpapers folder? :3 [y/n] "