From 700705271f5dacb950a2b93a8846fc2b9de53a3f Mon Sep 17 00:00:00 2001 From: ColinK_ Date: Fri, 28 Oct 2022 19:44:10 -0400 Subject: [PATCH] f --- scripts/zsh-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/zsh-setup.sh b/scripts/zsh-setup.sh index e394540..8a55a2c 100644 --- a/scripts/zsh-setup.sh +++ b/scripts/zsh-setup.sh @@ -61,8 +61,8 @@ case $2 in esac ## Docker build fast -export DOCKER_BUILDKIT=1 # or configure in daemon.json -export COMPOSE_DOCKER_CLI_BUILD=1 +echo "export DOCKER_BUILDKIT=1 # or configure in daemon.json" >> ~/.zshrc +echo "export COMPOSE_DOCKER_CLI_BUILD=1" >> ~/.zshrc ## Install Plugins ## Auto Suggestions