PATH=/bin:/bin.debug
export PATH

export DISPLAY=:0

# wrap dmalloc command to set debug environment flags
dmalloc() {
	eval `/bin.debug/dmalloc -b $*`;
}
