Watch
1
0
Fork
You've already forked dotfiles
0

Add configuration for python

This commit is contained in:
Alexander Hess 2026-08-03 04:00:21 +02:00
commit 4400b89d5c
Signed by: alexander
GPG key ID: B46EDB4DFC26805D
8 changed files with 116 additions and 0 deletions

8
.config/bpython/config Normal file
View 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