summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-30 20:31:53 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-30 20:31:53 +0200
commit6c89a47977438122a469e61b545ad3e026b92f54 (patch)
tree6eebf8c4bccb4c510db1221f8484363210c4f50a /.profile
parentRemoved freebsd-update functions sinc I'm using sources to update now (diff)
downloaddotfiles-bsd-6c89a47977438122a469e61b545ad3e026b92f54.tar.gz
dotfiles-bsd-6c89a47977438122a469e61b545ad3e026b92f54.tar.bz2
dotfiles-bsd-6c89a47977438122a469e61b545ad3e026b92f54.tar.xz
dotfiles-bsd-6c89a47977438122a469e61b545ad3e026b92f54.tar.zst
dotfiles-bsd-6c89a47977438122a469e61b545ad3e026b92f54.zip
Changed from llvm10 to llvm11
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
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"