# global bash profile. This file is processed for all interactive shells

export SHCFG_ETC_PROFILE=`date +%y%m%d-%H%M%S.%N`

LMB=/var/lib/lunar/moonbase
LMBCK=/var/lib/lunar/moonbase-bck
LMC=/var/cache/lunar
LMP=/var/spool/lunar
LMS=/var/state/lunar
export LMB LMBCK LMC LMP LMS

# this is the minimum and given by init to start scripts (so a good start)
PATH="/bin"
export  PATH

# these might not be present, so keep our path clean:
#for DIR in							\
#	/usr/local/bin /usr/X11/bin ${HOME}/bin			\
#	/usr/local/games /usr/games				\
#	; do
#	[ -d $DIR ] && PATH="$PATH:$DIR"
#done

# this is a global default file, the users get their own version from
# /etc/skel so we do not set superfluous prompts etc in here!

# Now we're done with pre-finish settings we can close off:
#[ -f /etc/LOCALE ] && . /etc/LOCALE

# bare necessities:
umask   022
enable -n kill
alias kill='/usr/bin/kill'
alias ls='ls -A --color=auto'
alias qw='exit'
