small security measure against exporting all vars

This commit is contained in:
Jaromil 2014-11-23 18:26:06 +01:00
parent 99581a5faa
commit 2480c89210

3
tomb
View file

@ -64,6 +64,9 @@ PINENTRY=(pinentry)
zmodload zsh/regex
zmodload zsh/mapfile
# make sure variables aren't exported
unsetopt allexport
# Flag optional commands if available (see _ensure_dependencies())
typeset -i KDF=1
typeset -i STEGHIDE=1