mirror of https://github.com/ohmyzsh/ohmyzsh.git
parent
c10241f3d1
commit
c4699f8ee1
|
@ -1,5 +1,5 @@
|
|||
# Usage: dash [keyword:]query
|
||||
dash() { open dash://"$*" }
|
||||
dash() { open -a Dash.app dash://"$*" }
|
||||
compdef _dash dash
|
||||
|
||||
_dash() {
|
||||
|
|
Loading…
Reference in New Issue