Add Docker-Podman alias

This commit is contained in:
Salt 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
alias fs="firestarter"
fi
if has podman and ! has docker; then
alias docker="podman"
fi
if has git; then
# Thanks Bash-it!
alias g='git'