mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Pass all arguements instead of just the first
This commit is contained in:
parent
4920ba5843
commit
9b9af7783c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
# Usage: dash [keyword:]query
|
||||
dash(){open dash://"$1"}
|
||||
dash() { open dash://"$*" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue