# ~/.profile: executed on login export __NWT_PROFILE="sourced" # set variable identifying the chroot you work in if [ -f /etc/debian_chroot ]; then debian_chroot=$(cat /etc/debian_chroot) fi # set PATH so it includes user's private bin if it exists if [ -d /millhouse-home/nturner/bin ] ; then PATH=/millhouse-home/nturner/bin:"${PATH}" fi if [ -d ~/bin ] ; then PATH=~/bin:"${PATH}" fi if [ -e /this-is-playground ]; then export KDEHOME=$HOME/.kde-cvs fi PATH=$PATH:/usr/sbin:/sbin EDITOR=vim CLASSPATH=.:/usr/local/share/books/TIJ-2nd-edition/code EMAIL=nate@houseofnate.net REPORTBUGEMAIL=nate@houseofnate.net BZR_EMAIL='Nathaniel W. Turner ' export PATH EDITOR CLASSPATH EMAIL REPORTBUGEMAIL BZR_EMAIL if [ -z "$__NWT_BASHRC" ] && [ "$SHELL" = "/bin/bash" ]; then source ~/.bashrc fi