From ff914431e687f410a364698c6f79f1a7cb17da10 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sat, 27 Jan 2024 18:33:52 +0100 Subject: [PATCH] [profile] Add environment variable for Docker emulation with podman --- .profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.profile b/.profile index 020410e..9ca269e 100644 --- a/.profile +++ b/.profile @@ -66,6 +66,8 @@ export MANPAGER='less' export BROWSER=firefox export XMODIFIERS= +export DOCKER_HOST="unix://$XDG_RUNTIME_DIR/podman/podman.sock" + LESS_TERMCAP_mb="$(printf '\e[1;32m')" LESS_TERMCAP_md="$(printf '\e[1;32m')" LESS_TERMCAP_me="$(printf '\e[0m')"