Revert "ofd: open the last argument passed"

This reverts commit d9e948ed53.
This commit is contained in:
Bartek Pacia 2024-04-08 16:46:50 +01:00
commit a441fd6e0e
No known key found for this signature in database

View file

@ -37,7 +37,7 @@ function open_command() {
return
fi
${=open_cmd} "${@[-1]}" &>/dev/null
${=open_cmd} "$@" &>/dev/null
}
# take functions