Add Docker-Podman alias

This commit is contained in:
2024-08-06 21:57:33 -05:00
parent 91f4feae1c
commit ea7304a653

View File

@@ -112,6 +112,9 @@ done
if has firestarter and ! has fs; then if has firestarter and ! has fs; then
alias fs="firestarter" alias fs="firestarter"
fi fi
if has podman and ! has docker; then
alias docker="podman"
fi
if has git; then if has git; then
# Thanks Bash-it! # Thanks Bash-it!
alias g='git' alias g='git'