X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/fed9e7dc14a56be1664bfa5cb63fd23a300af5a8..4fec01cb66f5553ac7f11ac0b8c77d6078c8210c:/base/.zprofile?ds=sidebyside diff --git a/base/.zprofile b/base/.zprofile index 0d64d4f..648cf55 100644 --- a/base/.zprofile +++ b/base/.zprofile @@ -249,8 +249,8 @@ if [[ ! -v _sev_setup_gpg_forward && -v commands[gpg] ]] { h=$_sev_gpg_forward_dir/$$ mkdir -pm700 $h # XXX: is it safe to link scdaemon socket? can its name be changed? - for x (S.scdaemon gpg.conf gpg-agent.conf sshcontrol - pubring.kbx trustdb.gpg private-keys-v1.d crls.d) { + for x (S.scdaemon gpg.conf gpg-agent.conf sshcontrol random_seed + pubring.kbx{,~} trustdb.gpg private-keys-v1.d crls.d) { ln -s ${GNUPGHOME:-~/.gnupg}/$x $h } export GNUPGHOME=$h