diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-01-28 21:33:42 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-01-28 21:33:42 +0530 |
| commit | 0601fcc86518b299348a37bdc5f5b44ed4f80385 (patch) | |
| tree | d2645c8a575aa20864ad4db8bfabdb27a2b56e91 | |
| parent | a8245f6dc2110083a500d841e82684d43f03b084 (diff) | |
move CUDA_CACHE_PATH to ~/.cache
| -rw-r--r-- | .config/shell/profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 63c0e8b..3241043 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -28,6 +28,7 @@ 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" +export CUDA_CACHE_PATH="$XDG_CACHE_HOME/nv" # Other program settings export SUDO_ASKPASS="$HOME/.local/bin/dmenupass" |
