ofd: open the last argument passed

This commit is contained in:
Bartek Pacia 2024-04-08 16:38:54 +01:00
commit d9e948ed53
No known key found for this signature in database

View file

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