You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(server[new_session]): Fix passing both window command and environment (#553)
If the `-e this=that` options are passed after a window command,
tmux (correctly, IMHO) interprets them as options to be passed to
the command itself, does not change the environment, and passes them
through to the command, which does not usually expect to get
a whole lot of `-e this=that -e other=something` options.
0 commit comments