diff options
-rw-r--r-- | zsh/.zshenv | 2 |
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 |