ad198e0854
--HG-- extra : amend_source : 367e251b7df6b13cda03ddf956dbbfa9bec4b51d
11 lines
189 B
Bash
11 lines
189 B
Bash
# .bashrc
|
|
|
|
# Source global definitions
|
|
if [ -f /etc/bashrc ]; then
|
|
. /etc/bashrc
|
|
fi
|
|
|
|
# User specific aliases and functions
|
|
|
|
export WM_SCHEDULER=ccache
|
|
export CCACHE_DIR=/vagrant/ccache4vm
|