mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
4 lines
78 B
Bash
Executable file
4 lines
78 B
Bash
Executable file
export USE_CCACHE=1
|
|
export CCACHE_DIR=$HOME/.local/var/ccache
|
|
|
|
# vim: ft=bash
|