mirror of
https://github.com/tildeclub/tilde.etcskel.git
synced 2026-06-15 01:10:17 +00:00
9 lines
124 B
Plaintext
9 lines
124 B
Plaintext
# .mkshrc
|
|
|
|
# Source global definitions
|
|
if [ -f /etc/mkshrc ]; then
|
|
. /etc/mkshrc
|
|
fi
|
|
|
|
# User specific aliases and functions
|