Sophie

Sophie

distrib > Mageia > 3 > x86_64 > by-pkgid > 03c48c16b5559c045c4b28738358ecbb > files > 219

bash-doc-4.2-53.1.mga3.x86_64.rpm

##
# Bourne Again Shell environment file
# Global environment setup
#
# Wilfredo Sanchez Jr. | tritan@mit.edu
# July 09, 1992
#
# MIT Project Athena
#
# ORIGINAL SOURCES: /usr/athena/lib/init/cshrc (ATHENA REL 7.3P)
##

export ENV_SET="YES"		# avoid repeat

# File creation mask
umask 022			# all files created are -rw-r--r--

##
# Load user environment
##

if [ -f ${bash_initdir}/environment.mine ]; then
    source ${bash_initdir}/environment.mine
fi