Current File : /home/lifechur/.bash_profile~
# ~/.bash_profile: executed by bash(1) for login shells.
echo "Running Dreamhost .bash_profile"
umask 002
PS1='[\h]$ '

# Load .bashrc if it exists
if [ -f ~/.bashrc ]; then
    source ~/.bashrc
fi