Update a lot of stuff, bad tracking, but need to update
This commit is contained in:
parent
36bda85561
commit
965d9f030f
17 changed files with 68 additions and 31 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue