Add configuration for python
Move Python's history into ~/.local/state/python
This commit is contained in:
parent
651b161fe1
commit
82d1591551
3 changed files with 55 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue