summaryrefslogtreecommitdiff
path: root/.config/shell/profile
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-10 15:16:39 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-10 15:16:39 -0700
commit3603335dd2e893407a2dc854f6cee4eb2dddf557 (patch)
tree7bfb37c626be384abd6c8d46b7c372df7615e313 /.config/shell/profile
parent024d1530b11c170afc713569b3583128e71f4475 (diff)
Update plugs for workflow and more rework on profile
Diffstat (limited to '.config/shell/profile')
-rw-r--r--.config/shell/profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index 346c8c0..47f8bc1 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -36,6 +36,8 @@ export TERMINFO_DIRS="$XDG_DATA_HOME/terminfo:/usr/share/terminfo"
# GTK.
export GTK_RC_FILES="$XDG_CONFIG_HOME/gtk-1.0/gtkrc"
export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc"
+ # CUDA.
+export CUDA_CACHE_PATH="$XDG_CACHE_HOME/nv"
# Other.
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
export CARGO_HOME="$XDG_DATA_HOME/cargo"