ksh/dotkshrc

9 lines
121 B
Plaintext
Raw Normal View History

# .kshrc
# Source global definitions
if [ -f /etc/kshrc ]; then
. /etc/kshrc
fi
# User specific aliases and functions