diff --git a/.bashrc b/.bashrc index 56fc58a8c61d15f880238ac469c9c937c5f10022..03e3aa307e2a4c87817d09bf5b61c6bd25ff90a6 100644 --- a/.bashrc +++ b/.bashrc @@ -51,7 +51,6 @@ export LESS_TERMCAP_se=$'\E[0m' export LESS_TERMCAP_us=$'\E[01;32m' export LESS_TERMCAP_ue=$'\E[0m' export HELM_HOME="$HOME/.helm" -export DOCKER_BUILDKIT=1 alias ll='ls -lha' alias la='ls -AF'