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 5572d00013 Fixes to scripts:
- hg updates to the parent revision (for cases that use bookmarks
instead of branches - recommended when interacting with git)
- ccache now points to the "external" cache
2014-02-10 14:22:01 +01:00

10 lines
162 B
Bash

# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
export CCACHE_DIR=/vagrant/ccache4vm