From 3f87a39d9d41fcd1def70fea9114a4d5d59db9e3 Mon Sep 17 00:00:00 2001 From: Brad Ganley Date: Mon, 5 Jun 2023 02:14:46 -0500 Subject: [PATCH] fix some fucking errors Former-commit-id: 7fa5fccedf958886f23149e9c204c091c43cf91a --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) 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