Add configuration for python

Move Python's history into ~/.local/state/python
This commit is contained in:
Alexander Hess 2025-08-30 12:09:41 +02:00
commit 82d1591551
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
3 changed files with 55 additions and 0 deletions

View file

@ -30,4 +30,6 @@ export VISUAL=$EDITOR
export BAT_CONFIG_PATH="$XDG_CONFIG_HOME/bat/config"
export LESSHISTFILE="$XDG_STATE_HOME/less/history"
export PSQLRC="$XDG_CONFIG_HOME/psql/psqlrc"
export PYTHON_HISTORY="$XDG_STATE_HOME/python/history"
export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/startup.py"
export VIMINIT="source $XDG_CONFIG_HOME/vim/vimrc"