summaryrefslogtreecommitdiff
path: root/.config/shell/profile
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2025-02-04 20:14:35 +0530
committerkrolxon <krolyxon@tutanota.com>2025-02-04 20:14:35 +0530
commit9d402e4bb481c7df6943bd2b66d1cdd81e085ac8 (patch)
tree5a50e748d980127ef8d04b9eb4bb5412189dfff7 /.config/shell/profile
parent0601fcc86518b299348a37bdc5f5b44ed4f80385 (diff)
move PYTHON_HISTORY to .local/state
Diffstat (limited to '.config/shell/profile')
-rw-r--r--.config/shell/profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index 3241043..d21f4a1 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -26,6 +26,7 @@ export MANPAGER='nvim +Man!'
# export QT_QPA_PLATFORMTHEME="gtk2" # Have QT use gtk2 theme.
export __GL_SHADER_DISK_CACHE_PATH=~/.cache/
export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/pythonrc"
+export PYTHON_HISTORY="$XDG_STATE_HOME/python_history"
export JUPYTER_PLATFORM_DIRS="$XDG_CONFIG_HOME/jupyter"
export MYSQL_HISTFILE="$XDG_CACHE_HOME/.mariadb_history"
export CUDA_CACHE_PATH="$XDG_CACHE_HOME/nv"