From 705ce91cd9b659ad634af6ad2f64e3cc6ad08e4c Mon Sep 17 00:00:00 2001 From: osbm Date: Wed, 6 Dec 2023 17:29:00 +0300 Subject: [PATCH] fix path --- src/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.zshrc b/src/.zshrc index d373a71..f4f010a 100644 --- a/src/.zshrc +++ b/src/.zshrc @@ -58,7 +58,7 @@ sound() { done } -source ~/Documents/GitHub/dotfiles/src/.config/z.sh +source ~/Documents/dotfiles/src/.config/z.sh export CUDA_HOME=/opt/cuda-11.7 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/cuda-11.7/lib64