diff options
author | Sebastian LaVine <mail@smlavine.com> | 2023-07-03 11:35:50 -0400 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-07-06 00:11:47 +0200 |
commit | 95b670a4de08e74506957b918d696894ca06d102 (patch) | |
tree | ddace8cc25fafa626fe9757d0c42618533a3f591 /config/aerc.conf | |
parent | 91dbd6078192e017b88bf061bb730e9d16ed5088 (diff) | |
download | aerc-95b670a4de08e74506957b918d696894ca06d102.tar.gz |
aerc.conf: update filters help to match aerc-config(5)
/usr/libexec was not listed in the default search $PATH. Add it to match
the man page.
Fixes: 04303172d4f9 ("filters: install them in $PREFIX/libexec/aerc/filters")
Signed-off-by: Sebastian LaVine <mail@smlavine.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'config/aerc.conf')
-rw-r--r-- | config/aerc.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/aerc.conf b/config/aerc.conf index 7d33b43d..c6cd29d5 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -463,8 +463,11 @@ # the system $PATH to allow referencing filters from their name only: # # ${XDG_CONFIG_HOME:-~/.config}/aerc/filters +# ~/.local/libexec/aerc/filters # ${XDG_DATA_HOME:-~/.local/share}/aerc/filters +# $PREFIX/libexec/aerc/filters # $PREFIX/share/aerc/filters +# /usr/libexec/aerc/filters # /usr/share/aerc/filters # # The following variables are defined in the filter command environment: |