feat(tunable): add @{editor_path} & @{pager_path}.
This commit is contained in:
parent
4f310b8802
commit
2af1d06f18
35 changed files with 63 additions and 124 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue