Skip to content

shell.args configuration does not seem to take effect #1445

@priscira

Description

@priscira

Description

I noticed that the shell.args configuration in rio does not seem to take effect.

I attempted to pass the -quiet argument to the murex shell to suppress initialization output. While this configuration works correctly in Alacritty, it fails in rio.

Alacritty Screenshot

Image

Rio Screenshot

Image

Configuration Files

Alacritty Config (Working)

shell = { program = "/usr/local/bin/murex", args = ["-quiet"]}

Rio

[shell]
program = "/usr/local/bin/murex"
args = ["-quiet"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions