aboutsummaryrefslogtreecommitdiff
path: root/zsh/.zshenv
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshenv')
-rw-r--r--zsh/.zshenv2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv
index 25d4468..9e10ba0 100644
--- a/zsh/.zshenv
+++ b/zsh/.zshenv
@@ -1,3 +1,5 @@
export LESS=R # Option to less so that git log/diff hide output after exit
export EDITOR=nvim
export PATH=$PATH:~/.local/bin
+export DOCKER_BUILDKIT=1
+export COMPOSE_DOCKER_CLI_BUILD=1