summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.setup/rpmlist3
-rw-r--r--.zshrc5
2 files changed, 8 insertions, 0 deletions
diff --git a/.setup/rpmlist b/.setup/rpmlist
index 7a09f9e..55998b6 100644
--- a/.setup/rpmlist
+++ b/.setup/rpmlist
@@ -1941,6 +1941,9 @@ sisu.noarch
slang-devel.x86_64
slang.x86_64
slf4j.noarch
+slirp4netns-debuginfo.x86_64
+slirp4netns-debugsource.x86_64
+slirp4netns.x86_64
SLOF.noarch
smartmontools-selinux.noarch
smartmontools.x86_64
diff --git a/.zshrc b/.zshrc
index a003a1f..91c4f2e 100644
--- a/.zshrc
+++ b/.zshrc
@@ -140,6 +140,11 @@ if [ "$(command -v btm)" ]; then
alias btm="btm -m -l --mem_as_value "
fi
+# Podman
+if [ "$(command -v podman)" ]; then
+ alias docker=podman
+fi
+
# == END TOOLS ==
## == DOTFILES ==