]> git.sev.monster Git - dotfiles.git/blobdiff - base/.zprofile
fix term error msg in .zshenv
[dotfiles.git] / base / .zprofile
index 0d64d4f98381e8fe09edb077c1fdd4bb3472d5fa..648cf5522f469b32a70b567f5fe31c4254e00df0 100644 (file)
@@ -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
This page took 0.04035 seconds and 4 git commands to generate.