浏览代码

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

Fixes #10767
Marc Cornellà 2 年之前
父节点
当前提交
c4699f8ee1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/dash/dash.plugin.zsh

+ 1 - 1
plugins/dash/dash.plugin.zsh

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