blob: cb0568d647c0d4c963d6b30b077da00bfcdcb802 (
plain)
1
|
/a>
7
8
9
10
11
|
# .bash_profile
# Set umask to something world-unreadable in any case
umask 027
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
|