ksh/SOURCES/dotkshrc

13 lines
172 B
Plaintext
Raw Normal View History

2019-08-01 17:42:33 +00:00
# .kshrc
# Source global definitions
if [ -f /etc/kshrc ]; then
. /etc/kshrc
fi
# use emacs editing mode by default
set -o emacs
# User specific aliases and functions