add clang/llvm to path

This commit is contained in:
2023-03-13 12:21:20 -04:00
parent 84e853b9b6
commit f75a27c89f

View File

@@ -0,0 +1,5 @@
if [[ -d /opt/llvm ]]; then
export PATH=/opt/llvm/bin:$PATH
elif [[ -d /opt/clang+llvm ]]; then
export PATH=/opt/clang+llvm/bin:$PATH
fi