diff options
| author | Blake Romero <blake@developercraft.com> | 2026-03-22 13:24:47 +0000 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2026-03-22 13:24:47 +0000 |
| commit | ab6f80137ea2641b0df5ee54dd78fd71adcf39a6 (patch) | |
| tree | f50b77471c7d72adf8f5387760876d1e4ae5684a | |
| parent | 9f669a5d35b314215cbcec94d6d8433c3155fc73 (diff) | |
Fix podman typo
| -rw-r--r-- | bash_aliases | 2 |
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 |
