mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-10 02:09:51 +00:00
fix(dash): fix "no application knows how to open URL" error (#10767)
Fixes #10767
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Usage: dash [keyword:]query
|
# Usage: dash [keyword:]query
|
||||||
dash() { open dash://"$*" }
|
dash() { open -a Dash.app dash://"$*" }
|
||||||
compdef _dash dash
|
compdef _dash dash
|
||||||
|
|
||||||
_dash() {
|
_dash() {
|
||||||
|
|||||||
Reference in New Issue
Block a user