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
|
#!/bin/bash
|
||||||
|
|
||||||
if [[ -z ${ZELLIJ} ]]; then
|
if [[ -z ${ZELLIJ} ]] && [[ -z ${SSH_CLIENT} ]]; then
|
||||||
zellij
|
zellij && exit
|
||||||
exit
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
hyfetch 2>/dev/null || true
|
hyfetch 2>/dev/null || true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue