From 9181697a208c6696e036d68d5ec79079e4b4e90f Mon Sep 17 00:00:00 2001 From: Klagarge Date: Sun, 5 Apr 2026 23:26:50 +0200 Subject: [PATCH] feat(xxh): add standard docker path --- xxh/custom-zshrc/zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xxh/custom-zshrc/zshrc b/xxh/custom-zshrc/zshrc index 08777f7..eb0c1f1 100644 --- a/xxh/custom-zshrc/zshrc +++ b/xxh/custom-zshrc/zshrc @@ -28,6 +28,9 @@ if [ -f /etc/os-release ]; then esac fi -if [ "$XXH_TARGET_gpg" = "true" ]; then +if [ "$XXH_TARGET_GPG" = "true" ]; then export GPG_TTY=$(tty) fi + +export XDG_RUNTIME_DIR=/run/user/$(id -u) +export DOCKER_HOST=unix:///run/user/$(id -u)/docker.sock