Update README
This commit is contained in:
parent
483ab39e3c
commit
0be43691d0
11
README.adoc
11
README.adoc
|
@ -142,6 +142,17 @@ Consult the source code and the GNU Readline manual for a list of available
|
||||||
functions. Also refer to the latter for the exact syntax of this file.
|
functions. Also refer to the latter for the exact syntax of this file.
|
||||||
Beware that you can easily break the program if you're not careful.
|
Beware that you can easily break the program if you're not careful.
|
||||||
|
|
||||||
|
Configuration profiles
|
||||||
|
----------------------
|
||||||
|
Even though the applications don't directly support configuration profiles,
|
||||||
|
they conform to the XDG standard, and thus you can change the location they
|
||||||
|
load configuration from via XDG_CONFIG_HOME (normally '~/.config') and the
|
||||||
|
location where store their data via XDG_DATA_HOME (normally '~/.local/share').
|
||||||
|
|
||||||
|
It would be relatively easy to make the applications assume whatever name you
|
||||||
|
run them under (for example by using symbolic links), and load different
|
||||||
|
configurations accordingly, but I consider it rather messy and unnecessary.
|
||||||
|
|
||||||
Contributing and Support
|
Contributing and Support
|
||||||
------------------------
|
------------------------
|
||||||
Use this project's GitHub to report any bugs, request features, or submit pull
|
Use this project's GitHub to report any bugs, request features, or submit pull
|
||||||
|
|
Loading…
Reference in New Issue