diff --git a/.zshrc b/.zshrc index 51c98a3..3eaf37c 100644 --- a/.zshrc +++ b/.zshrc @@ -40,6 +40,8 @@ else export EDITOR=vim fi +alias c='docker-compose' + if ! iscmd docker-compose; then alias c='docker compose' fi