8 lines
180 B
Text
8 lines
180 B
Text
[general]
|
|
|
|
# Make `bpython` and `python` share their history
|
|
# (Note: `$XDG_STATE_HOME` is not expanded)
|
|
hist_file = ~/.local/state/python/history
|
|
|
|
# No limit
|
|
hist_length = 999999
|