fix(lazydocker): open commands
This commit is contained in:
parent
29b78fdb53
commit
8b426ba2a6
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ commandTemplates:
|
||||||
checkDockerComposeConfig: "{{ .DockerCompose }} config --quiet"
|
checkDockerComposeConfig: "{{ .DockerCompose }} config --quiet"
|
||||||
serviceTop: "{{ .DockerCompose }} top {{ .Service.Name }}"
|
serviceTop: "{{ .DockerCompose }} top {{ .Service.Name }}"
|
||||||
oS:
|
oS:
|
||||||
openCommand: open {{filename}}
|
openCommand: $EDITOR {{filename}}
|
||||||
openLinkCommand: open {{link}}
|
openLinkCommand: xdg-open {{link}}
|
||||||
stats:
|
stats:
|
||||||
graphs:
|
graphs:
|
||||||
- caption: CPU (%)
|
- caption: CPU (%)
|
||||||
|
|
Loading…
Add table
Reference in a new issue