diff --git a/.config/zsh/alias/podman.zsh b/.config/zsh/alias/podman.zsh new file mode 100644 index 0000000..696313b --- /dev/null +++ b/.config/zsh/alias/podman.zsh @@ -0,0 +1,3 @@ +#!/bin/zsh + +run() { command podman run --network host --rm -it "$@" ; }