mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-24 08:01:03 +00:00
config: set default logs.pager to less -R
This commit is contained in:
parent
2fb00c354c
commit
fd6e2f9be3
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,7 @@ func GetDefaultConfig() UserConfig {
|
||||||
Timestamps: false,
|
Timestamps: false,
|
||||||
Since: "60m",
|
Since: "60m",
|
||||||
Tail: "",
|
Tail: "",
|
||||||
Pager: "",
|
Pager: "less -R",
|
||||||
},
|
},
|
||||||
CommandTemplates: CommandTemplatesConfig{
|
CommandTemplates: CommandTemplatesConfig{
|
||||||
DockerCompose: "docker compose",
|
DockerCompose: "docker compose",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue