Environment variables in zsh

I'd like to save the master keys used for TLS with curl. According to the docs, it supports the SSLKEYLOGFILE environment variable to set the path where the keys should be save. So, I've started with a simple script like this: export SSLKEYLOGFILE=~/tests/out…