=First commit

This commit is contained in:
Lockszmith (kateryna) 2024-09-19 00:31:48 -04:00
parent 14020e28d4
commit 7ce0f968e8
27 changed files with 476 additions and 0 deletions

View file

@ -0,0 +1,8 @@
#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"'
if is_cmd load-zellij; then
# zellij will need to allow reload of the enviornment
[[ -z "$ZELLIJ_SESSION_NAME" ]] && unset SZ_ENV_LOADED
. <( load-zellij - )
[[ -z "$ZELLIJ_SESSION_NAME" ]] && SZ_ENV_LOADED=1
fi