# .rc
# this file is run every time a shell starts

D=~share/profile
source $D/common
source $D/local
for A in "$D/`basename $SHELL`" "$D/$USER" "$HOME/.local"; do
	[ -e "$A" ] && source "$A"
done
