diff --git a/config/.bashrc b/config/.bashrc index 6b36cdf..f4dfe66 100644 --- a/config/.bashrc +++ b/config/.bashrc @@ -40,3 +40,8 @@ if test -n "$KITTY_INSTALLATION_DIR" -a -e "$KITTY_INSTALLATION_DIR/shell-integr export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion + +# some docker stuff +# https://stackoverflow.com/a/65362210/13725946 +export DOCKER_BUILDKIT=0 +export COMPOSE_DOCKER_CLI_BUILD=0