Fixes for macOS

This commit is contained in:
2022-11-30 12:27:20 +01:00
parent f3046216a2
commit 7c3e42202c
4 changed files with 19 additions and 5 deletions

View File

@@ -96,6 +96,13 @@ if test -d /usr/local/cuda
set PATH $PATH /usr/local/cuda/bin
end
################################################################################
# RUST
################################################################################
if test -d $HOME/.cargo/bin
set PATH $PATH $HOME/.cargo/bin
end
################################################################################
# Colortest