Use full option names for prun
This commit is contained in:
parent
1ab4a9d5e6
commit
b15df679c0
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Useful aliases for Podman.
|
# Useful aliases for Podman.
|
||||||
alias prun="podman run --rm -it"
|
alias prun="podman run --rm --interactive --tty"
|
||||||
|
|
||||||
# Desktop files (used by desktop environments within both X11 and Wayland) are
|
# Desktop files (used by desktop environments within both X11 and Wayland) are
|
||||||
# looked for in XDG_DATA_DIRS; make sure it includes the relevant directory for
|
# looked for in XDG_DATA_DIRS; make sure it includes the relevant directory for
|
||||||
|
|
Loading…
Reference in a new issue