Commit 93365d3c7b38cbd5f040bb351efe9b7cdf166d41

Source files after checking their existence
Avoids a warning on startup.
Author: xaizek
Author date (UTC): 2025-10-04 15:38
Committer name: xaizek
Committer date (UTC): 2025-10-04 15:43
Parent(s): dbaf53a64022da11bfb18893ad05a4f6063fb43a
Signing key: 99DC5E4DB05F6BE2
Tree: d8df194770bf64afb5c9950203dd66a20e0e20a7
File Lines added Lines deleted
vifmrc 6 2
File vifmrc changed (mode: 100644) (index 2187a81..9e49869)
4 4 " load machine specific settings of configuration " load machine specific settings of configuration
5 5
6 6 let $VIFMRC_HAS_RICH_FONT = '' let $VIFMRC_HAS_RICH_FONT = ''
7 source $VIFM/vifmrc_settings
7 if filereadable($VIFM.'/vifmrc_settings')
8 source $VIFM/vifmrc_settings
9 endif
8 10
9 11 " ============================================================================== " ==============================================================================
10 12 " nesting detection " nesting detection
 
... ... endif
375 377 " ============================================================================== " ==============================================================================
376 378 " load machine specific local set of settings " load machine specific local set of settings
377 379
378 source $VIFM/vifmrc_local
380 if filereadable($VIFM.'/vifmrc_local')
381 source $VIFM/vifmrc_local
382 endif
379 383
380 384 " ============================================================================== " ==============================================================================
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