+ccache
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 6 Nov 2011 15:27:17 +0000 (16:27 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 6 Nov 2011 15:27:17 +0000 (16:27 +0100)
.bashrc

diff --git a/.bashrc b/.bashrc
index a7af14b..f66ac8e 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -69,6 +69,8 @@ _bash_profile_addpath -f PATH            "/sbin"
 _bash_profile_addpath -f PATH            "/usr/sbin"
 _bash_profile_addpath -f PATH            "/bin"
 _bash_profile_addpath -f PATH            "/usr/bin"
+_bash_profile_addpath    PATH            "/usr/lib/ccache"
+_bash_profile_addpath    PATH            "/usr/lib64/ccache"
 [ $EUID -eq 0 ] && _bash_profile_addpath -f PATH "/usr/local/sbin"
 _bash_profile_addpath -f PATH            "/usr/local/bin"
 _bash_profile_addpath -f MANPATH         "/usr/X11R6/man"