New backup 2026-03-03 16:39:26
This commit is contained in:
parent
5df4226cfb
commit
72db21597c
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue