move PYTHON_HISTORY to .local/state
This commit is contained in:
parent
0601fcc865
commit
9d402e4bb4
|
|
@ -26,6 +26,7 @@ export MANPAGER='nvim +Man!'
|
||||||
# export QT_QPA_PLATFORMTHEME="gtk2" # Have QT use gtk2 theme.
|
# export QT_QPA_PLATFORMTHEME="gtk2" # Have QT use gtk2 theme.
|
||||||
export __GL_SHADER_DISK_CACHE_PATH=~/.cache/
|
export __GL_SHADER_DISK_CACHE_PATH=~/.cache/
|
||||||
export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/pythonrc"
|
export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/pythonrc"
|
||||||
|
export PYTHON_HISTORY="$XDG_STATE_HOME/python_history"
|
||||||
export JUPYTER_PLATFORM_DIRS="$XDG_CONFIG_HOME/jupyter"
|
export JUPYTER_PLATFORM_DIRS="$XDG_CONFIG_HOME/jupyter"
|
||||||
export MYSQL_HISTFILE="$XDG_CACHE_HOME/.mariadb_history"
|
export MYSQL_HISTFILE="$XDG_CACHE_HOME/.mariadb_history"
|
||||||
export CUDA_CACHE_PATH="$XDG_CACHE_HOME/nv"
|
export CUDA_CACHE_PATH="$XDG_CACHE_HOME/nv"
|
||||||
|
|
|
||||||
|
|
@ -144,7 +144,7 @@ liaison -> communication or cooperation which facilitates a close working relati
|
||||||
truce -> an agreement between enemies or opponents to stop fighting or arguing for a set period of time.
|
truce -> an agreement between enemies or opponents to stop fighting or arguing for a set period of time.
|
||||||
consigliere -> a trusted advisor or counselor, especially to the leader of a criminal organization.
|
consigliere -> a trusted advisor or counselor, especially to the leader of a criminal organization.
|
||||||
conceal -> to keep from being observed or discovered; hide
|
conceal -> to keep from being observed or discovered; hide
|
||||||
->
|
->
|
||||||
indispensable -> absolutely necessaru; essential
|
indispensable -> absolutely necessaru; essential
|
||||||
prowl -> to roam through stealthily, as in search of prey or plunder.
|
prowl -> to roam through stealthily, as in search of prey or plunder.
|
||||||
chauffeured -> one employed to drive a private automobile.
|
chauffeured -> one employed to drive a private automobile.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue