Update grc.fish

This commit is contained in:
scratchyone 2024-03-05 16:23:23 -05:00 committed by GitHub
parent f4a579e08d
commit c7fc72d248
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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