From 9a5a907aef3ab1875286b5c8a5214962e8ffd958 Mon Sep 17 00:00:00 2001 From: Charles Danesi Date: Wed, 25 Dec 2024 18:09:55 -0500 Subject: [PATCH] chore: update script --- .config/rofi/scripts/configs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/rofi/scripts/configs.sh b/.config/rofi/scripts/configs.sh index 9e35bd8..2105df3 100755 --- a/.config/rofi/scripts/configs.sh +++ b/.config/rofi/scripts/configs.sh @@ -50,7 +50,7 @@ if [[ "$choice" == "quit" ]]; then echo "Exiting" && exit 1 elif [ "$choice" ]; then cfg=$(printf '%s\n' "$choice" | awk '{print $NF}') - "$DMEDITOR" "$cfg" + eval "$DMEDITOR" "$cfg" else echo "Exiting" && exit 1 fi \ No newline at end of file