Blame SOURCES/dotkshrc

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