Pass all arguements instead of just the first
This commit is contained in:
parent
4920ba5843
commit
9b9af7783c
@ -1,2 +1,2 @@
|
|||||||
# Usage: dash [keyword:]query
|
# Usage: dash [keyword:]query
|
||||||
dash(){open dash://"$1"}
|
dash() { open dash://"$*" }
|
||||||
|
Loading…
Reference in New Issue
Block a user