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