mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
fix(dash): fix "no application knows how to open URL" error (#10767)
Fixes #10767
This commit is contained in:
parent
c10241f3d1
commit
c4699f8ee1
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# Usage: dash [keyword:]query
|
||||
dash() { open dash://"$*" }
|
||||
dash() { open -a Dash.app dash://"$*" }
|
||||
compdef _dash dash
|
||||
|
||||
_dash() {
|
||||
|
|
Loading…
Reference in a new issue