#!/bin/ksh
#
# ~/.kshrc
# Source /etc/profile
. /etc/profile
# Source .profile
if [ -r ~/.profile ]; then
# shellcheck disable=1090
. ~/.profile
fi