mksh/SOURCES/dot-mkshrc

9 lines
124 B
Plaintext
Raw Normal View History

2021-11-04 00:31:50 +00:00
# .mkshrc
# Source global definitions
if [ -f /etc/mkshrc ]; then
. /etc/mkshrc
fi
# User specific aliases and functions