-
Notifications
You must be signed in to change notification settings - Fork 170
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
Can't run inside a tmux session? #2
Comments
I haven't found a solution, but the issue seems to be because calling a Windows process doesn't work using sudo /mnt/c/WINDOWS/system32/notepad.exe |
You need to preserve envvars with |
Idk why this is only a concern under tmux fwiw, there's probablly some magic happening somewhere. /shrug |
It's just much easier to start up a tmux session and detach from it so that the window doesn't accidentally get closed or something. The |
Hi there.
Any idea why I can't run this inside a tmux session? I get:
But in a regular terminal:
And finally: Thank you SO much for this! Very creative and useful.
The text was updated successfully, but these errors were encountered: