4 lines
79 B
Plaintext
4 lines
79 B
Plaintext
|
if [[ -n "$(which-command docker)" ]]; then
|
||
|
alias dco="docker compose "
|
||
|
fi
|