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