add 'podman run' alias
This commit is contained in:
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 "$@" ; }
|
Reference in New Issue
Block a user