From 6c89a47977438122a469e61b545ad3e026b92f54 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 30 Jul 2020 20:31:53 +0200 Subject: Changed from llvm10 to llvm11 --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.profile') diff --git a/.profile b/.profile index 9609008..cc38999 100644 --- a/.profile +++ b/.profile @@ -20,7 +20,7 @@ ENV=$HOME/.shrc; export ENV # Path -export PATH="${HOME}/.local/bin:${HOME}/.cargo/bin:/usr/local/llvm10/bin:${PATH}" +export PATH="${HOME}/.local/bin:${HOME}/.cargo/bin:/usr/local/llvm11/bin:${PATH}" # Apps # export ZSH="/home/jozan/.oh-my-zsh" -- cgit v1.2.3