Commit a0cbc4a490ef275ce3e5ee7ec47ed75bf8695053

Remove outdated note from README.md
Author: xaizek
Author date (UTC): 2026-02-09 14:32
Committer name: xaizek
Committer date (UTC): 2026-02-09 14:32
Parent(s): 8248eae6283c5e0f9304fb2621389009c3331262
Signing key: 99DC5E4DB05F6BE2
Tree: 3c24604848c10d3724b6224b1c2e2cdef7b46251
File Lines added Lines deleted
README.md 2 2
File README.md changed (mode: 100644) (index 2c4c21b..960a1a3)
... ... All local settings should be kept in two files:
11 11 * `$VIFM/vifmrc_settings` -- place to set `$VIFMRC_HAS_*` variables * `$VIFM/vifmrc_settings` -- place to set `$VIFMRC_HAS_*` variables
12 12 * `$VIFM/vifmrc_local` -- place to do additional configuration * `$VIFM/vifmrc_local` -- place to do additional configuration
13 13
14 Both files are assumed to exist. They might be empty, but it's better to have
15 them anyway as it prevents vifm from displaying errors on the status bar.
14 Neither file needs to exist or be non-empty, they are sourced with `:source`
15 when present.
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