ksh/SOURCES/dotkshrc

13 lines
172 B
Plaintext
Raw Normal View History

2022-05-17 09:34:24 +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