From b15df679c03457c38244bdba1658ee35d7409b79 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 11 Jan 2022 22:28:09 +0000 Subject: [PATCH] Use full option names for prun --- roles/home-cli/files/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-cli/files/bashrc b/roles/home-cli/files/bashrc index cc3169d..d9384d8 100644 --- a/roles/home-cli/files/bashrc +++ b/roles/home-cli/files/bashrc @@ -128,7 +128,7 @@ then fi # 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 # looked for in XDG_DATA_DIRS; make sure it includes the relevant directory for