New backup 2026-03-03 16:39:26

This commit is contained in:
Penelope Gwen 2026-03-03 16:39:26 -08:00
parent 5df4226cfb
commit 72db21597c

View file

@ -1,8 +1,7 @@
#!/bin/bash
if [[ -z ${ZELLIJ} ]]; then
zellij
exit
if [[ -z ${ZELLIJ} ]] && [[ -z ${SSH_CLIENT} ]]; then
zellij && exit
fi
hyfetch 2>/dev/null || true