db8b5b018f
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/ksh#642af4d65a6ae8825306305765a595a6f10eba47
13 lines
172 B
Plaintext
13 lines
172 B
Plaintext
# .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
|
|
|