fix(lazydocker): open commands

This commit is contained in:
Sergio Laín 2025-06-08 21:18:26 +02:00
parent 29b78fdb53
commit 8b426ba2a6
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -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 (%)