summaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/.bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index 9b72937..5e71926 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -136,3 +136,7 @@ fi
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$HOME/.local/bin:$PATH"
fi
+
+if [ -d "/usr/lib/ccache/bin" ] ; then
+ PATH="/usr/lib/ccache/bin:$PATH"
+fi