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
|
|
@ -62,9 +62,7 @@ profile git @{exec_path} flags=(attach_disconnected) {
|
|||
@{bin}/wc rix,
|
||||
@{bin}/whoami rix,
|
||||
|
||||
@{bin}/pager rPx -> child-pager,
|
||||
@{bin}/less rPx -> child-pager,
|
||||
@{bin}/more rPx -> child-pager,
|
||||
@{pager_path} rPx -> child-pager,
|
||||
|
||||
@{bin}/man rPx,
|
||||
@{bin}/meld rPUx,
|
||||
|
|
@ -74,10 +72,8 @@ profile git @{exec_path} flags=(attach_disconnected) {
|
|||
|
||||
@{bin}/gpg{,2} rCx -> gpg,
|
||||
@{bin}/ssh rCx -> ssh,
|
||||
@{bin}/sensible-editor rCx -> editor,
|
||||
@{bin}/vim rCx -> editor,
|
||||
@{bin}/vim.* rCx -> editor,
|
||||
|
||||
@{editor_path} rCx -> editor,
|
||||
|
||||
/usr/share/git{,-core}/{,**} r,
|
||||
/usr/share/libalternatives/{,**} r,
|
||||
/usr/share/terminfo/** r,
|
||||
|
|
|
|||
|
|
@ -27,9 +27,7 @@ profile gpo @{exec_path} {
|
|||
@{bin}/ r,
|
||||
@{sh_path} rix,
|
||||
@{bin}/uname rix,
|
||||
@{bin}/pager rPx -> child-pager,
|
||||
@{bin}/less rPx -> child-pager,
|
||||
@{bin}/more rPx -> child-pager,
|
||||
@{pager_path} rPx -> child-pager,
|
||||
|
||||
/etc/inputrc r,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue