feat(zsh): add export for SSLKEYLOGFILE

This commit is contained in:
Price Hiller 2023-01-25 14:56:57 -06:00
parent 05baeef204
commit 7cfce9d86b

View File

@ -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"