diff --git a/grc.fish b/grc.fish index 3b1a37e..89b2150 100644 --- a/grc.fish +++ b/grc.fish @@ -19,7 +19,7 @@ for executable in $grc_plugin_execs if isatty 1 grc $executable $argv else - eval command $executable $argv + eval command $executable "$argv" end end end