diff options
Diffstat (limited to '.config/shell')
-rwxr-xr-x | .config/shell/profile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 015237d..a3f5951 100755 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -40,6 +40,10 @@ eval "$(pyenv init --path)" # cargo runnable export PATH="${XDG_DATA_HOME:-$HOME/.local/share}/cargo/bin:$PATH" +# Cuda +export PATH="/opt/cuda/bin:$PATH" +export LD_LIBRARY_PATH="/opt/cuda/lib64:$LD_LIBRARY_PATH" + # Poetry autocompletion fpath+=~/.zfunc |