This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/vagrantSandbox/skel/.bashrc
Bernhard Gschaider ad198e0854 Fixes and a script to compile Foam in one go
--HG--
extra : amend_source : 367e251b7df6b13cda03ddf956dbbfa9bec4b51d
2014-02-10 15:12:04 +01:00

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