move MYSQL_HISTFILE to ~/.cache
This commit is contained in:
parent
52ac8deb29
commit
a8245f6dc2
|
|
@ -27,6 +27,7 @@ export MANPAGER='nvim +Man!'
|
||||||
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 JUPYTER_PLATFORM_DIRS="$XDG_CONFIG_HOME/jupyter"
|
export JUPYTER_PLATFORM_DIRS="$XDG_CONFIG_HOME/jupyter"
|
||||||
|
export MYSQL_HISTFILE="$XDG_CACHE_HOME/.mariadb_history"
|
||||||
|
|
||||||
# Other program settings
|
# Other program settings
|
||||||
export SUDO_ASKPASS="$HOME/.local/bin/dmenupass"
|
export SUDO_ASKPASS="$HOME/.local/bin/dmenupass"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue