summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-29 17:43:35 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-29 17:43:35 +0200
commit2b437e9b222dda2995199a28a7c73163008e3fa3 (patch)
tree61e56981f4b91eb3aee84fcac77ce5de5f4eb192 /.profile
parentTrying to yes (diff)
downloaddotfiles-bsd-2b437e9b222dda2995199a28a7c73163008e3fa3.tar.gz
dotfiles-bsd-2b437e9b222dda2995199a28a7c73163008e3fa3.tar.bz2
dotfiles-bsd-2b437e9b222dda2995199a28a7c73163008e3fa3.tar.xz
dotfiles-bsd-2b437e9b222dda2995199a28a7c73163008e3fa3.tar.zst
dotfiles-bsd-2b437e9b222dda2995199a28a7c73163008e3fa3.zip
Removed ccache from my user $PATH
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
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"