From a8245f6dc2110083a500d841e82684d43f03b084 Mon Sep 17 00:00:00 2001 From: krolxon Date: Tue, 28 Jan 2025 21:30:14 +0530 Subject: [PATCH] move MYSQL_HISTFILE to ~/.cache --- .config/shell/profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/shell/profile b/.config/shell/profile index 8f4ab22..63c0e8b 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -27,6 +27,7 @@ export MANPAGER='nvim +Man!' export __GL_SHADER_DISK_CACHE_PATH=~/.cache/ export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/pythonrc" export JUPYTER_PLATFORM_DIRS="$XDG_CONFIG_HOME/jupyter" +export MYSQL_HISTFILE="$XDG_CACHE_HOME/.mariadb_history" # Other program settings export SUDO_ASKPASS="$HOME/.local/bin/dmenupass"