From 9b9af7783c2684856d3ebb1358f74672ea927c2f Mon Sep 17 00:00:00 2001 From: Brian Hartvigsen Date: Wed, 2 Jul 2014 21:04:20 -0600 Subject: [PATCH] Pass all arguements instead of just the first --- plugins/dash/dash.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dash/dash.plugin.zsh b/plugins/dash/dash.plugin.zsh index a52982560..6b7ae355c 100644 --- a/plugins/dash/dash.plugin.zsh +++ b/plugins/dash/dash.plugin.zsh @@ -1,2 +1,2 @@ # Usage: dash [keyword:]query -dash(){open dash://"$1"} +dash() { open dash://"$*" }