Commit 67a57a2dc2a040330cea744eccb8640a5291741d

Ignore .git directory on :find
Author: xaizek
Author date (UTC): 2018-12-16 12:11
Committer name: xaizek
Committer date (UTC): 2018-12-16 12:11
Parent(s): 386c4fe00247c3256507862d8f681019796717c2
Signing key: 99DC5E4DB05F6BE2
Tree: eea87fe6abf7fac1b4be95d99382c2e9043f9f1c
File Lines added Lines deleted
vifmrc 5 0
File vifmrc changed (mode: 100644) (index 85ae910..e9dfb21)
... ... set caseoptions=G
122 122 " mount FUSE file-systems here " mount FUSE file-systems here
123 123 set fusehome=~/.vifm/.fuse set fusehome=~/.vifm/.fuse
124 124
125 " ignore .git directory on :find
126 set findprg='find %s %a -print ,
127 \ -type d \( ! -readable -o ! -executable -o -path "*/.git" \)
128 \ -prune'
129
125 130 " ============================================================================== " ==============================================================================
126 131 " custom status line look " custom status line look
127 132
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