:
#
# .kshrc	-- Commands executed by each Korn shell at startup
#
#	@(#) kshrc 1.1 90/03/13 
#
# Copyright (c) 1990, The Santa Cruz Operation, Inc.
# All rights reserved.
#
# This Module contains Proprietary Information of the Santa Cruz
# Operation, Inc., and should be treated as Confidential. 
#

# If there is no VISUAL or EDITOR to deduce the desired edit
#  mode from, assume vi(C)-style command line editting.
if [ -z "$VISUAL" -a -z "$EDITOR" ]; then
	set -o vi
fi
