dots/mkshrc

12 lines
213 B
Text
Raw Permalink Normal View History

2013-04-08 11:44:10 -07:00
if [ -d "${HOME}/.commonsh" ] ; then
for file in "${HOME}"/.commonsh/* ; do
. "${file}"
done
fi
if [ -d "${HOME}/.sh" ] ; then
for file in "${HOME}"/.sh/* ; do
. "${file}"
done
fi