#
# Remove '# ' from following line to show return codes
# from programs in the prompt
# PS1='${?#0} \h \$ '
#
# You may set a file creation mask. The default is 'umask 022'
# File-creation mask; which would you prefer?
#
# umask 077         # files you make look like -rw-------
# umask 027         # files you make look like -rw-r-----
# umask 022         # files you make look like -rw-r--r--
# Don't make useless coredump files.  If you want a coredump,
# say "ulimit -c unlimited" instead of "ulimit -c 0" and then cause a
# segmentation fault.
ulimit -c 0
# bash startup
. $HOME/.bashrc
