From 9d402e4bb481c7df6943bd2b66d1cdd81e085ac8 Mon Sep 17 00:00:00 2001 From: krolxon Date: Tue, 4 Feb 2025 20:14:35 +0530 Subject: move PYTHON_HISTORY to .local/state --- .config/shell/profile | 1 + 1 file changed, 1 insertion(+) (limited to '.config') 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" -- cgit v1.2.3