UPdates
This commit is contained in:
parent
bab04b7922
commit
900df7d250
1 changed files with 3 additions and 2 deletions
|
@ -9,8 +9,9 @@
|
||||||
set ZELLIJ_AUTO_ATTACH true
|
set ZELLIJ_AUTO_ATTACH true
|
||||||
set ZELLIJ_AUTO_EXIT true
|
set ZELLIJ_AUTO_EXIT true
|
||||||
ssh-add > /dev/null &> /dev/null
|
ssh-add > /dev/null &> /dev/null
|
||||||
if status is-interactive
|
if set -q ZELLIJ
|
||||||
eval (zellij setup --generate-auto-start fish | string collect)
|
else
|
||||||
|
zellij attach MAIN
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
functions = {
|
functions = {
|
||||||
|
|
Loading…
Reference in a new issue