# .bash_profile supplied for Assignment L01
#
# Student name:  
# Student PID:   
#
# Get the aliases and functions from local config file:
if [ -f ~/.bashrc ]; then
   source ~/.bashrc
fi
#
# Set path here.
#
# Be very careful with this part... if you mess this up sufficiently
# you may make it very difficult to use your shell.
#
# We strongly suggest you edit these in a subdirectory of your home
# directory, and try out your settings by using the "source" command
# to load the changes into one instance of the shell.  If things get
# too bad, just close the shell and open a new one, which will have
# your original settings because you haven't modified the "real"
# config files in your home directory.
#
# Then, when you are satisfied with the results, copy your modified
# .bashrc and .bash_profile into your home directory (and rlogin).


#
# Set prompt here:


#
# Set default file permissions here:

# Make any other changes you want here.


# end .bash_profile
