Added gitignore entries needed to ignore derived objects generated from full build...
[bash.git] / examples / startup-files / apple / environment
blobfee218b8d5c2790f86ffe7a5b02de6058268dc37
1 ##
2 # Bourne Again Shell environment file
3 # Global environment setup
5 # Wilfredo Sanchez Jr. | tritan@mit.edu
6 # July 09, 1992
8 # MIT Project Athena
10 # ORIGINAL SOURCES: /usr/athena/lib/init/cshrc (ATHENA REL 7.3P)
13 export ENV_SET="YES"            # avoid repeat
15 # File creation mask
16 umask 022                       # all files created are -rw-r--r--
19 # Load user environment
22 if [ -f ${bash_initdir}/environment.mine ]; then
23     source ${bash_initdir}/environment.mine