I was trying to attach to a zellij session in my tweety terminal, and noticed something strange. Running zellij ls shows the same sessions both from my native terminals (vscode, iterm2) and from my tweety terminal. But their status (terminated or not) and the tabs and panes open in the sessions are completely separate between the 2.
I'm going to start by raising a ticket here because this is the more experimental technology, but does tweety do anything when creating a shell that differs from system shells? I know zellij uses unix pipes to keep up with active sessions, and tries to make decisions about config based on the system it's running on, but I wouldn't think that was the make-or-break here.
I'm not an expert in shells, so I might have done something wrong here. I would love to have some unix experts take a look at the code and telling me could be improved.
I was trying to attach to a zellij session in my tweety terminal, and noticed something strange. Running
zellij ls
shows the same sessions both from my native terminals (vscode, iterm2) and from my tweety terminal. But their status (terminated or not) and the tabs and panes open in the sessions are completely separate between the 2.I'm going to start by raising a ticket here because this is the more experimental technology, but does tweety do anything when creating a shell that differs from system shells? I know zellij uses unix pipes to keep up with active sessions, and tries to make decisions about config based on the system it's running on, but I wouldn't think that was the make-or-break here.