mksh/SOURCES/dot-mkshrc
2021-12-09 13:48:43 +00:00

9 lines
124 B
Plaintext

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