mirror of
https://github.com/mentos1386/dotfiles.git
synced 2025-02-16 14:23:37 +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 = ''
|
"~/.local/bin/docker".text = ''
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
podman "$@"
|
exec podman "$@"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue