chore: update script

This commit is contained in:
2024-12-25 18:09:55 -05:00
parent 5acc9d6c18
commit 9a5a907aef
+1 -1
View File
@@ -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