chore: exec

This commit is contained in:
Tine 2024-01-31 23:27:43 +01:00
parent 186d5e5cc6
commit d7cb163dd3
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw

View file

@ -73,7 +73,7 @@
};
"~/.local/bin/docker".text = ''
#!/usr/bin/env bash
podman "$@"
exec podman "$@"
'';
};