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

[BUG] tmux showenv needs -g in tmux version 3.3a #26

Open
ztlevi opened this issue Nov 1, 2022 · 1 comment
Open

[BUG] tmux showenv needs -g in tmux version 3.3a #26

ztlevi opened this issue Nov 1, 2022 · 1 comment
Assignees

Comments

@ztlevi
Copy link

ztlevi commented Nov 1, 2022

Describe the bug
Recently, I updated my tmux to 3.3a which is the latest version from homebrew. It causes tmux showenv SSH_TTY prints nothing. I need to add -g in order to print SSH_TTY env properly.

To Reproduce
Steps to reproduce the behavior:

  • Install tmux 3.3a
  • try tmux showenv SSH_TTY and tmux showenv -g SSH_TTY

Expected behavior
As tmux updated it's shownenv command, we should add -g for tmux version > 3.3a

** System Info (please complete the following information):**

  • OS: Linux, Ubuntu 18
  • Emacs Version: 28.2
  • Terminal program: Alacritty
  • Any terminal multiplexers in play [GNU screen, Tmux]: tmux
  • Local or remote (over SSH): ssh

Additional context
Add any other context about the problem here.

@ztlevi
Copy link
Author

ztlevi commented Nov 2, 2022

Actually this is might be a false alarm. I remove the -p and clipetty still work. But the tmux showenv SSH_TTY doesn't print anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants