Commit cc052f0f2e181d29538ae15eeb462451cebac658

Use plocate if it's available
Author: xaizek
Author date (UTC): 2025-11-25 14:19
Committer name: xaizek
Committer date (UTC): 2025-11-25 14:19
Parent(s): 92bc80f038f68f4b821be426f3538238c7746495
Signing key: 99DC5E4DB05F6BE2
Tree: 5deeeac2cd39963914370147ee1c9484778286c1
File Lines added Lines deleted
vifmrc 5 0
File vifmrc changed (mode: 100644) (index 5e7f5ca..77912a1)
... ... set findprg='find %s %a -print ,
129 129 \ -type d \( ! -readable -o ! -executable -o -path "*/.git" \) \ -type d \( ! -readable -o ! -executable -o -path "*/.git" \)
130 130 \ -prune' \ -prune'
131 131
132 " use plocate if available (several times faster than mlocate)
133 if executable('plocate')
134 set locateprg='plocate %a'
135 endif
136
132 137 " ============================================================================== " ==============================================================================
133 138 " custom status line look " custom status line look
134 139
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotvifm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotvifm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master