From 992db36a091a2ebe16b75858564f06f7881c0083 Mon Sep 17 00:00:00 2001 From: dacctal Date: Sat, 18 Jul 2026 01:05:04 +0000 Subject: config sourcing fixed --- mush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mush b/mush index 201c430..452c918 100755 --- a/mush +++ b/mush @@ -17,7 +17,7 @@ if [ ! -f ~/.config/mush/config.sh ]; then exit 1 fi -source ~/.config/mush/config.sh +. ~/.config/mush/config.sh MSD=$MUSH_SONGS_DIR MSD_ESC=$(printf '%s' "$MSD" | sed 's/[\/&\\]/\\&/g') -- cgit v1.2.3