move CUDA_CACHE_PATH to ~/.cache

This commit is contained in:
krolxon 2025-01-28 21:33:42 +05:30
parent a8245f6dc2
commit 0601fcc865
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ 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" export MYSQL_HISTFILE="$XDG_CACHE_HOME/.mariadb_history"
export CUDA_CACHE_PATH="$XDG_CACHE_HOME/nv"
# Other program settings # Other program settings
export SUDO_ASKPASS="$HOME/.local/bin/dmenupass" export SUDO_ASKPASS="$HOME/.local/bin/dmenupass"