11 lines
198 B
Fish
11 lines
198 B
Fish
if not set -q ZELLIJ
|
|
if test "$ZELLIJ_AUTO_ATTACH" = "true"
|
|
zellij attach -c
|
|
else
|
|
zellij
|
|
end
|
|
|
|
if test "$ZELLIJ_AUTO_EXIT" = "true"
|
|
kill $fish_pid
|
|
end
|
|
end
|