#!/usr/bin/sh

[ -n "$_HPX_SEEN_HEP_KSHRC" ] && return
_HPX_SEEN_HEP_KSHRC=1

hpx_source $HOME/.kshrc

# End of file.
