diff options
Diffstat (limited to 'bash/symlinks.sh')
-rw-r--r-- | bash/symlinks.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/symlinks.sh b/bash/symlinks.sh index a7d92be..aaeffe3 100644 --- a/bash/symlinks.sh +++ b/bash/symlinks.sh @@ -80,4 +80,4 @@ ln -fs /tmp/notmuch."$(date +%Y-%m-%d)".log /tmp/notmuch.log ln -fs /tmp/archivebox."$(date +%Y-%m-%d)".log /tmp/archivebox.log ## GNUS -ln -fs "$DOTFILES/encrypted/IMAP/authinfo.gpg" ~/.authinfo.gpg +ln -fs "$HOME/annex/secret/IMAP/authinfo.gpg" ~/.authinfo.gpg |