mksh/SOURCES/dot-mkshrc

9 lines
124 B
Plaintext
Raw Normal View History

2022-05-17 10:45:31 +00:00
# .mkshrc
# Source global definitions
if [ -f /etc/mkshrc ]; then
. /etc/mkshrc
fi
# User specific aliases and functions