Skip to content

-t option not working with zsh as default $SHELL #22

@JavMatz

Description

@JavMatz

With /usr/bin/zsh or /bin/zsh as the default $SHELL:

Alacritty, kitty and st work as expected with their respective -t options but kermit does not. However, if I do

kermit -e $(which bash) -t Foo

then the -t option works.

If I change SHELL to /bin/bash, then the -t option for kermit works, but if I do

kermit -e $(which zsh) -t Foo

the option stops working again.

With the fish shell the option also works as expected.

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