1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Add tasks to advlabdb layout

This commit is contained in:
Mo 2022-09-22 01:48:04 +02:00
parent 4abaf45e30
commit d70b6cd470
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,4 @@
shell /home/mo/.cargo/bin/zellij a -c --index 0
#shell fish
scrollback_lines 100000

View file

@ -47,3 +47,9 @@ tabs:
"cd ~/code/advlabdb && poetry run ./run.py; poetry shell",
],
}
- direction: Vertical
name: "tasks"
parts:
- direction: Vertical
run:
command: { cmd: fish, args: ["-C", "vp advlabdb"] }