From 3c2329d53d0985ea5d5d1cf59b51370ec35ddec2 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 12 May 2022 17:14:17 -0300 Subject: Move symlink to private files to a relative location To avoid hardcoding both "/home/andreh" and "dev/private/dotfiles". --- etc/notmuch/default/config | 2 +- etc/notmuch/default/hooks/post-new | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/notmuch/default') diff --git a/etc/notmuch/default/config b/etc/notmuch/default/config index 3b9d2f4..a315fdc 120000 --- a/etc/notmuch/default/config +++ b/etc/notmuch/default/config @@ -1 +1 @@ -/home/andreh/dev/private/dotfiles/notmuch/default/config \ No newline at end of file +../../../var/lib/private/tilde/notmuch/default/config \ No newline at end of file diff --git a/etc/notmuch/default/hooks/post-new b/etc/notmuch/default/hooks/post-new index 7992789..5d96e3e 120000 --- a/etc/notmuch/default/hooks/post-new +++ b/etc/notmuch/default/hooks/post-new @@ -1 +1 @@ -/home/andreh/dev/private/dotfiles/notmuch/post-new \ No newline at end of file +../../../../var/lib/private/tilde/notmuch/default/hooks/post-new \ No newline at end of file -- cgit v1.2.3