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"
|
||||
serviceTop: "{{ .DockerCompose }} top {{ .Service.Name }}"
|
||||
oS:
|
||||
openCommand: open {{filename}}
|
||||
openLinkCommand: open {{link}}
|
||||
openCommand: $EDITOR {{filename}}
|
||||
openLinkCommand: xdg-open {{link}}
|
||||
stats:
|
||||
graphs:
|
||||
- caption: CPU (%)
|
||||
|
|
Loading…
Add table
Reference in a new issue