fix(dash): fix "no application knows how to open URL" error (#10767)

Fixes #10767
This commit is contained in:
Marc Cornellà 2022-03-10 20:41:10 +01:00
parent c10241f3d1
commit c4699f8ee1

View File

@ -1,5 +1,5 @@
# Usage: dash [keyword:]query
dash() { open dash://"$*" }
dash() { open -a Dash.app dash://"$*" }
compdef _dash dash
_dash() {