summaryrefslogtreecommitdiff
path: root/bash_aliases
diff options
context:
space:
mode:
Diffstat (limited to 'bash_aliases')
-rw-r--r--bash_aliases2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash_aliases b/bash_aliases
index 4e473de..99edb4a 100644
--- a/bash_aliases
+++ b/bash_aliases
@@ -45,7 +45,7 @@ if exists tmux; then
fi
# Podman
-if exists podmand; then
+if exists podman; then
alias pd="podman"
alias pdi="podman images ls"
fi