mksh/dot-mkshrc
Robert Scheck e2f293dd3f - Added default configuration /etc/mkshrc & /etc/skel/.mkshrc as default
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)
2010-07-11 18:57:31 +00:00

9 lines
124 B
Plaintext

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