#!/bin/sh -

# etc/env - Bourne-type shell $ENV target for environment initialization
# Steve Kinzler, steve@kinzler.com, Nov 16
# https://kinzler.com/me/home.html#unixcfg

# NOTE: will apply to subshells but not system commands

# My environment is fully setup in *csh, but this can be used for
# exceptional things when helpful.

LANG=C; LC_CTYPE="$LANG"; export LANG LC_CTYPE
#case "$ARCHIT" in	# see/do also .cshrc
#rs6000)	;;
#*)		LANG='en_US.UTF-8'; LC_CTYPE="$LANG"
#		export LANG LC_CTYPE;;	#=> bad sorting
#esac

# for arc-ts.umich.edu:
test -r /sw/lmod/lmod/init/bash && . /sw/lmod/lmod/init/bash
