diff options
author | EuAndreh <eu@euandre.org> | 2022-05-12 17:14:17 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-05-12 17:14:20 -0300 |
commit | 3c2329d53d0985ea5d5d1cf59b51370ec35ddec2 (patch) | |
tree | 8162b59a80ed255229448cda37bbe43a54f68563 /etc/notmuch/default/hooks | |
parent | etc/myrepos/config: Add link to private repo (diff) | |
download | dotfiles-3c2329d53d0985ea5d5d1cf59b51370ec35ddec2.tar.gz dotfiles-3c2329d53d0985ea5d5d1cf59b51370ec35ddec2.tar.xz |
Move symlink to private files to a relative location
To avoid hardcoding both "/home/andreh" and "dev/private/dotfiles".
Diffstat (limited to 'etc/notmuch/default/hooks')
l--------- | etc/notmuch/default/hooks/post-new | 2 |
1 files changed, 1 insertions, 1 deletions
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 |