diff options
author | awy <awy@awy.one> | 2024-12-01 00:30:33 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-12-01 00:30:33 +0300 |
commit | ec6d2335ddfe7407ad5c3397b3f055cb3249aa53 (patch) | |
tree | 99236840e38717a354ade79d8d35f46bbf3a4952 /.config/shell/profile | |
parent | 57d5857386c9133bfa64ac2c1203e88cb1274dba (diff) |
nvidia cache clean
Diffstat (limited to '.config/shell/profile')
-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 9f23587..3a03785 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -22,6 +22,7 @@ export MBSYNCRC="$XDG_CONFIG_HOME/mbsync/config" export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc" export GOPATH="$XDG_DATA_HOME/go" export GOMODCACHE="$XDG_CACHE_HOME/go/mod" +export CUDA_CACHE_PATH="$XDG_CACHE_HOME"/nv export BEMENU_OPTS='--fb "#2e3440" --ff "#d8dee9" --nb "#2e3440" --nf "#d8dee9" --tb "#2e3440" --hb "#2e3440" --tf "#bf616a" --hf "#ebcb8b" --af "d8dee9" --ab "#2e3440" --fn "monospace 14"' export QT_QPA_PLATFORMTHEME=gtk2 |