Add Docker-Podman alias
This commit is contained in:
@@ -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'
|
||||||
|
Reference in New Issue
Block a user