X Tutup
Skip to content

Commit 46c402c

Browse files
committed
Reintroduce $XDG_CONFIG_HOME and insert include
1 parent dbe46cb commit 46c402c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/sphinx/source/configuration.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
Configuration
44
=============
55
You can edit the config file by pressing F3 (default). If a config file does
6-
not exist you will asked if you would like to create a file. By default it will
7-
be saved to ``~/.config/bpython/config``.
6+
not exist you will asked if you would like to create a file. By default it will be saved to ``$XDG_CONFIG_HOME/.config/bpython/config``[#f1]_.
7+
8+
.. :: Footnotes
9+
.. [#f1] ``$XDG_CONFIG_HOME`` defaults to ``~/.config`` if not set.
10+
.. include:: configuration-options.rst

0 commit comments

Comments
 (0)
X Tutup