feat(tunable): add @{editor_path} & @{pager_path}.

This commit is contained in:
Alexandre Pujol 2024-09-08 13:25:49 +01:00
parent 4f310b8802
commit 2af1d06f18
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
35 changed files with 63 additions and 124 deletions

View file

@ -23,10 +23,7 @@ profile task @{exec_path} {
@{exec_path} mr,
@{sh_path} rix,
@{bin}/vim rCx -> editor,
@{bin}/vim.* rCx -> editor,
@{bin}/sensible-editor rCx -> editor,
@{editor_path} rCx -> editor,
/usr/share/{doc/,}task{warrior,}/** r,

View file

@ -15,9 +15,7 @@ profile udisksctl @{exec_path} {
@{sh_path} rix,
@{bin}/pager rPx -> child-pager,
@{bin}/less rPx -> child-pager,
@{bin}/more rPx -> child-pager,
@{pager_path} rPx -> child-pager,
/dev/tty rw,

View file

@ -16,9 +16,7 @@ profile vipw-vigr @{exec_path} {
@{exec_path} mr,
@{sh_path} rix,
@{bin}/sensible-editor rCx -> editor,
@{bin}/vim.* rCx -> editor,
@{editor_path} rCx -> editor,
/etc/login.defs r,