diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-07-18 01:05:04 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-07-18 01:05:04 +0000 |
| commit | 992db36a091a2ebe16b75858564f06f7881c0083 (patch) | |
| tree | bb0c21aa2f9ca5fae61f0606bb649e4ec2e3f6e9 | |
| parent | 37a31aef0cd819dcb50f7b7dd8d9c385aff76864 (diff) | |
| -rwxr-xr-x | mush | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |
