Update a lot of stuff, bad tracking, but need to update

This commit is contained in:
Lockszmith (VAST@MacBook) 2025-07-17 10:13:23 -04:00
parent 36bda85561
commit 965d9f030f
17 changed files with 68 additions and 31 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"'
if is_cmd load-zellij; then
[[ -z "$ZELLIJ_SESSION_NAME" && "${SZ_NOMUX:-0}" -eq '1' ]] \
[[ -z "$ZELLIJ_SESSION_NAME" && "${SZ_NOMUX:-0}" -eq '1' && "${ATUIN_DESKTOP_PTY}" = "true" ]] \
&& ZELLIJ_SESSION_NAME=__NO_LOAD__
# zellij will need to allow reload of the enviornment
[[ -z "$ZELLIJ_SESSION_NAME" ]] && unset SZ_ENV_LOADED