Add lnav-forwarded-logs zellij tab

This commit is contained in:
Jeffrey Serio 2023-06-03 17:05:50 -05:00
parent 3fd2076664
commit fcf54ab61d
1 changed files with 3 additions and 3 deletions

View File

@ -8,13 +8,13 @@ layout {
plugin location="zellij:status-bar"
}
}
tab name="btop" {
pane command="btop"
}
tab name="journald" {
pane command="sudo" {
args "journalctl" "-f"
}
}
tab name="fowarded logs" {
pane command="lnav-forwarded-logs"
}
tab
}