9 lines
121 B
Plaintext
9 lines
121 B
Plaintext
|
# .kshrc
|
||
|
|
||
|
# Source global definitions
|
||
|
if [ -f /etc/kshrc ]; then
|
||
|
. /etc/kshrc
|
||
|
fi
|
||
|
|
||
|
# User specific aliases and functions
|