[ -e /bin/stty ] && stty brkint erase ^H
export PATH=.:$PATH
export PROLOGUE_PATH="$PATH:"
export PS1='\$ '

if [ -f /usr/local/etc/profile ]; then
    . /usr/local/etc/profile
fi
