We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe46cb commit 46c402cCopy full SHA for 46c402c
doc/sphinx/source/configuration.rst
@@ -3,5 +3,8 @@
3
Configuration
4
=============
5
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``.
+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]_.
+
8
+.. :: Footnotes
9
+.. [#f1] ``$XDG_CONFIG_HOME`` defaults to ``~/.config`` if not set.
10
+.. include:: configuration-options.rst
0 commit comments