add 'podman run' alias
This commit is contained in:
parent
e9ba43b038
commit
f07d2d3b35
3
.config/zsh/alias/podman.zsh
Normal file
3
.config/zsh/alias/podman.zsh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/zsh
|
||||||
|
|
||||||
|
run() { command podman run --network host --rm -it "$@" ; }
|
Loading…
Reference in New Issue
Block a user