1
0
dotfiles/.config/zsh/alias/podman.zsh

4 lines
72 B
Bash

#!/bin/zsh
run() { command podman run --network host --rm -it "$@" ; }