mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Add a very simple plugin to call issue Dash queries from the command-line
This commit is contained in:
parent
5365cca76a
commit
c88f8b299c
2 changed files with 19 additions and 0 deletions
5
plugins/dash/dash.plugin.zsh
Normal file
5
plugins/dash/dash.plugin.zsh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Send everything on the command line to Dash, without having to
|
||||
# type the whole 'open "dash://" business
|
||||
function dash() {
|
||||
open "dash://$1"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue