From 7cfce9d86b798c139abdce5740ea9ae11f2843c0 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 25 Jan 2023 14:56:57 -0600 Subject: [PATCH] feat(zsh): add export for SSLKEYLOGFILE --- dots/.config/zsh/config/profile/profile/env.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/dots/.config/zsh/config/profile/profile/env.zsh b/dots/.config/zsh/config/profile/profile/env.zsh index 83c80997..491a1c34 100644 --- a/dots/.config/zsh/config/profile/profile/env.zsh +++ b/dots/.config/zsh/config/profile/profile/env.zsh @@ -114,3 +114,4 @@ export AWS_CLI_AUTO_PROMPT=on export DOCKER_BUILDKIT=1 export NOTES_DIR="${HOME}/.notes" export GITLAB_HOST="https://gitlab.orion-technologies.io" +export SSLKEYLOGFILE="${XDG_DATA_HOME}/ssl-key-log.log"