1 2 3 4 5 6 7 8 9 10 11 12
# .bashrc # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi # User specific aliases and functions export PATH=$HOME/cron/local/bin:$PATH export MANPATH=$HOME/cron/local/share/man:$MANPATH umask 2