Add configuration for python
This commit is contained in:
parent
0302d900d1
commit
4400b89d5c
8 changed files with 116 additions and 0 deletions
8
.config/bpython/config
Normal file
8
.config/bpython/config
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[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
|
||||
Loading…
Reference in a new issue