e2f293dd3f
skel (like at bash; thanks to Michal Hlavinka) - Corrected the license tag (thanks to Michal Hlavinka) - Removed the arc4random.c file (upstream is phasing it out)
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
|