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
Zellij provides similar functionality to tmux and screen, so I think it should just be a matter of adding "and not os.environ.get("ZELLIJ")" to the check in wut.py, but I haven't been able to test yet.
The text was updated successfully, but these errors were encountered:
Related to shobrook#11
Update the environment check in `wut/wut.py` to support Zellij.
* Modify the check to include `os.environ.get("ZELLIJ")`.
* Update the error message to include Zellij, indicating that `wut` must be run inside a tmux, screen, or Zellij session.
Zellij provides similar functionality to tmux and screen, so I think it should just be a matter of adding "and not os.environ.get("ZELLIJ")" to the check in wut.py, but I haven't been able to test yet.
The text was updated successfully, but these errors were encountered: