From cc5a4ebbe6e46eb9ef9fe598f000884d1b8afc3a Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 8 Feb 2024 05:37:03 +0100 Subject: [PATCH] [profile] Remove podman-specific variable --- .profile | 2 -- 1 file changed, 2 deletions(-) diff --git a/.profile b/.profile index 9ca269e..020410e 100644 --- a/.profile +++ b/.profile @@ -66,8 +66,6 @@ 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')"