mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-22 07:33:33 +00:00
chore: exec
This commit is contained in:
parent
186d5e5cc6
commit
d7cb163dd3
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
|||
};
|
||||
"~/.local/bin/docker".text = ''
|
||||
#!/usr/bin/env bash
|
||||
podman "$@"
|
||||
exec podman "$@"
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue