add clang/llvm to path
This commit is contained in:
5
zsh/config.d/llvm_clang.zsh
Normal file
5
zsh/config.d/llvm_clang.zsh
Normal 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
|
||||||
Reference in New Issue
Block a user