summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2025-01-28 21:30:14 +0530
committerkrolxon <krolyxon@tutanota.com>2025-01-28 21:30:14 +0530
commita8245f6dc2110083a500d841e82684d43f03b084 (patch)
tree1985e5892bedce3b0232bb9a388d55fe203a6b70 /.config
parent52ac8deb29b4dd3560e4653cda4f095addbb2b15 (diff)
move MYSQL_HISTFILE to ~/.cache
Diffstat (limited to '.config')
-rw-r--r--.config/shell/profile1
1 files changed, 1 insertions, 0 deletions
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"