Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kitty @ launch cannot use --env flag with --cwd current over SSH #6438

Closed
AprilArcus opened this issue Jul 10, 2023 · 0 comments
Closed

kitty @ launch cannot use --env flag with --cwd current over SSH #6438

AprilArcus opened this issue Jul 10, 2023 · 0 comments
Labels

Comments

@AprilArcus
Copy link

Description
Since 0.28.x (7c8c7fe) it has been possible to use kitty @ launch --cwd=current on a remote machine to open a process using a shared SSH session.

When running in this manner, however, the --env flag becomes a no-op.

Reproduction

ssh some_remote
kitty @ launch --cwd current --env foo=bar zsh
if [ -z $foo ]; then echo fail; else; echo win; fi

should print win.

@AprilArcus AprilArcus added the bug label Jul 10, 2023
kovidgoyal added a commit that referenced this issue Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant