ohmyzsh/plugins/dash/dash.plugin.zsh

5 lines
145 B
Bash

# Send everything on the command line to Dash, without having to
# type the whole 'open "dash://" business
function dash() {
open "dash://$1"
}