mksh/dot-mkshrc

9 lines
124 B
Plaintext
Raw Permalink Normal View History

2019-11-26 10:42:32 +08:00
# .mkshrc
# Source global definitions
if [ -f /etc/mkshrc ]; then
. /etc/mkshrc
fi
# User specific aliases and functions