1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# .bash_profile export PATH=\ /bin:\ /sbin:\ /usr/bin:\ /usr/sbin:\ /usr/bin/X11:\ /usr/local/bin umask 022 if [ -f ~/.bashrc ]; then source ~/.bashrc fi