Blame SOURCES/dotkshrc

503c26
# .kshrc
503c26
503c26
# Source global definitions
503c26
if [ -f /etc/kshrc ]; then
503c26
	. /etc/kshrc
503c26
fi
503c26
503c26
# use emacs editing mode by default
503c26
set -o emacs
503c26
503c26
# User specific aliases and functions
503c26