summaryrefslogtreecommitdiff
path: root/.config/login.d/10_ccache.sh
blob: b9721c054c8c9f107d5b051234e5e03bf70d13df (plain)
1
2
3
4
#!/hint/sh
if test -d /usr/lib/ccache/bin; then
	PATH="/usr/lib/ccache/bin:$PATH"
fi