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
|
|
|