diff options
author | EuAndreh <eu@euandre.org> | 2019-06-02 12:53:42 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-02 12:53:42 -0300 |
commit | d78cd6acdd47fbdb489300c61d95f71431081868 (patch) | |
tree | ca9a4583b3c5c2e76f32b64e390acb94bf023aed /bash | |
parent | Remove encrypted/SSH/ (diff) | |
download | dotfiles-d78cd6acdd47fbdb489300c61d95f71431081868.tar.gz dotfiles-d78cd6acdd47fbdb489300c61d95f71431081868.tar.xz |
Move IMAP credentials out of dotfiles repo
Use Git Annex repo instead.
Diffstat (limited to 'bash')
-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 |