Adds cuda support

This commit is contained in:
2022-06-29 14:54:11 +02:00
parent ecd809ddb5
commit c281072d47
2 changed files with 10 additions and 1 deletions

View File

@@ -87,6 +87,15 @@ direnv hook fish | source
starship init fish | source starship init fish | source
################################################################################
# CUDA
################################################################################
if test -d /usr/local/cuda
set PATH $PATH /usr/local/cuda/bin
end
################################################################################ ################################################################################
# Colortest # Colortest
################################################################################ ################################################################################