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

Fix layouts

This commit is contained in:
Mo 2023-02-22 20:35:33 +01:00
parent caf80ac694
commit 7633d90ae9
2 changed files with 5 additions and 5 deletions

View file

@ -6,12 +6,12 @@ layout {
}
}
cwd "/home/mo/code/advlabdb"
cwd "/home/mo/code/hosted/advlabdb"
tab name="lazygit" {
tab name="git" {
pane {
command "fish"
args "-c" "lazygit"
args "-c" "gu"
close_on_exit true
}
}

View file

@ -8,10 +8,10 @@ layout {
cwd "/home/mo/code/hosted/how_to_linux"
tab name="lazygit" {
tab name="git" {
pane {
command "fish"
args "-c" "lazygit"
args "-c" "gu"
close_on_exit true
}
}