#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# .bash_profile file of Alex Quinn (License: public domain)

# Read and execute the commands in your .bashrc file.
source ~/.bashrc

# Set your umask.  This will make it so new files and directories
# are private (accessible only to you) by default.
umask 022

#
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~