Files
tilde.etcskel/.mkshrc
2019-09-19 22:09:27 -06:00

9 lines
124 B
Plaintext

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