summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-08-05 17:25:51 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-08-05 17:25:51 +0200
commit76838e0137084ff241cd509587445f4982fafe8f (patch)
tree006d1e5011415552c49f68d59a694c1fc5caf0d0 /.profile
parentChanged from llvm10 to llvm11 (diff)
downloaddotfiles-bsd-76838e0137084ff241cd509587445f4982fafe8f.tar.gz
dotfiles-bsd-76838e0137084ff241cd509587445f4982fafe8f.tar.bz2
dotfiles-bsd-76838e0137084ff241cd509587445f4982fafe8f.tar.xz
dotfiles-bsd-76838e0137084ff241cd509587445f4982fafe8f.tar.zst
dotfiles-bsd-76838e0137084ff241cd509587445f4982fafe8f.zip
Configs update
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index cc38999..35f025e 100644
--- a/.profile
+++ b/.profile
@@ -42,7 +42,7 @@ export XDG_DATA_HOME="$HOME/.local/share"
export XDG_CONFIG_HOME="$HOME/.config"
# ccache
-export CCACHE_PATH="/usr/bin:/usr/local/bin:/usr/local/llvm10/bin"
+export CCACHE_PATH="/usr/bin:/usr/local/bin:/usr/local/llvm11/bin"
export CCACHE_DIR="/var/cache/ccache-jozan"
export CCACHE_LOGFILE="/var/log/ccache.log"