# $MirOS: contrib/hosted/tg/deb/mksh/debian/.mkshrc,v 1.1 2010/07/03 17:28:16 tg Exp $
#-
# Skeleton ~/.mkshrc file adding a level of indirection

# check if this is really mksh	# {((
case $KSH_VERSION in
*MIRBSD\ KSH*) ;;
*) return 0 ;;
esac				# }

# source the system-wide mkshrc file
[[ -s /etc/mkshrc ]] && . /etc/mkshrc

# put your local alias/function definitions, patches, etc. here


: make sure this is the last line, to ensure a good return code
