Blame SOURCES/dotkshrc

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