# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
	. ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin:$HOME/scripts

export PATH

CDPATH=/home/student25
export CDPATH

umask 027

PS1='$PWD=> '
PS2='more? '

alias c=clear
alias r='fc -e - '

greeting

mesg n

