parent
b5fbef8eef
commit
1cfe802172
6 changed files with 14 additions and 11 deletions
|
|
@ -15,6 +15,7 @@ profile onefetch @{exec_path} {
|
|||
@{exec_path} mr,
|
||||
|
||||
@{bin}/git rPx,
|
||||
@{lib}/git{,-core}/git rPx,
|
||||
|
||||
owner @{user_config_dirs}/git/{,**} r,
|
||||
owner @{user_projects_dirs}/{,**} r,
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ profile pass @{exec_path} {
|
|||
@{bin}/which rix,
|
||||
|
||||
@{bin}/git rCx -> git,
|
||||
@{lib}/git{,-core}/git rCx -> git,
|
||||
@{bin}/gpg{2,} rCx -> gpg,
|
||||
@{bin}/qdbus rCx -> qdbus,
|
||||
@{bin}/vim{,.*} rCx -> editor,
|
||||
|
|
@ -105,8 +106,8 @@ profile pass @{exec_path} {
|
|||
network inet6 stream,
|
||||
network netlink raw,
|
||||
|
||||
@{bin}/git* mrix,
|
||||
@{lib}/git-core/git* mrix,
|
||||
@{bin}/git* mrix,
|
||||
@{lib}/git{,-core}/git* mrix,
|
||||
|
||||
@{bin}/pager rPx -> child-pager,
|
||||
@{bin}/less rPx -> child-pager,
|
||||
|
|
@ -114,7 +115,7 @@ profile pass @{exec_path} {
|
|||
|
||||
@{bin}/gpg{2,} rPx -> pass//gpg,
|
||||
|
||||
/usr/share/git-core/{,**} r,
|
||||
/usr/share/git{,-core}/{,**} r,
|
||||
|
||||
owner @{HOME}/.gitconfig r,
|
||||
owner @{user_config_dirs}/git/{,*} r,
|
||||
|
|
|
|||
|
|
@ -30,9 +30,8 @@ profile repo @{exec_path} {
|
|||
@{bin}/{,ba,da}sh rix,
|
||||
@{bin}/uname rix,
|
||||
|
||||
@{bin}/git rix,
|
||||
@{lib}/git-core/git rix,
|
||||
@{lib}/git-core/git-* rix,
|
||||
@{bin}/git rix,
|
||||
@{lib}/git{,-core}/git* rix,
|
||||
|
||||
@{bin}/curl rCx -> curl,
|
||||
@{bin}/gpg{,2} rCx -> gpg,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue