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