Use full option names for prun

This commit is contained in:
Anthony Rose 2022-01-11 22:28:09 +00:00
parent 1ab4a9d5e6
commit b15df679c0

View file

@ -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