From 2b437e9b222dda2995199a28a7c73163008e3fa3 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 29 Jul 2020 17:43:35 +0200 Subject: Removed ccache from my user $PATH --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index e43a3d8..9609008 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:/usr/local/libexec/ccache/world:${PATH}" +export PATH="${HOME}/.local/bin:${HOME}/.cargo/bin:/usr/local/llvm10/bin:${PATH}" # Apps # export ZSH="/home/jozan/.oh-my-zsh" -- cgit v1.2.3