diff --git a/zsh/config.d/llvm_clang.zsh b/zsh/config.d/llvm_clang.zsh new file mode 100644 index 0000000..52cdd49 --- /dev/null +++ b/zsh/config.d/llvm_clang.zsh @@ -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