mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Revert "ofd: open the last argument passed"
This reverts commit d9e948ed53.
This commit is contained in:
parent
d9e948ed53
commit
a441fd6e0e
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ function open_command() {
|
|||
return
|
||||
fi
|
||||
|
||||
${=open_cmd} "${@[-1]}" &>/dev/null
|
||||
${=open_cmd} "$@" &>/dev/null
|
||||
}
|
||||
|
||||
# take functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue