# .bashrc

# Sample code for bashrc initializations. This example assumes that
# Surf-Hippo is installed in the directory /home/borg/surf-hippo.

# User specific aliases and functions

# Source global definitions
if [ -f /etc/bashrc ]; then
	. /etc/bashrc
fi

SURFHOME="/home/borg/surf-hippo/"
export SURFHOME
SURFUSERHOME="/home/borg/surf-hippo/"   # Edit this line to a directory that you can write to.
export SURFUSERHOME
CMUCL_EMPTYFILE="/tmp/empty"
export CMUCL_EMPTYFILE

