Commit c4699f8e authored by Marc Cornellà's avatar Marc Cornellà

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

Fixes #10767
parent c10241f3
# Usage: dash [keyword:]query
dash() { open dash://"$*" }
dash() { open -a Dash.app dash://"$*" }
compdef _dash dash
_dash() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment