diff --git a/.bashrc b/.bashrc index f80e306..8b80413 100644 --- a/.bashrc +++ b/.bashrc @@ -16,6 +16,8 @@ case $- in *) return;; esac +export DOCKER_COMPOSE_COMMAND="docker compose" + # Don't put duplicate lines in the history and do not add lines that start with a space export HISTCONTROL=erasedups:ignoredups:ignorespace