dots/kshrc

12 lines
215 B
Text
Raw Normal View History

2009-01-13 01:31:32 -06:00
if [ -d "${HOME}/.commonsh" ] ; then
for file in "${HOME}"/.commonsh/* ; do
2010-11-09 22:45:07 -06:00
. "${file}"
2009-01-13 01:31:32 -06:00
done
fi
if [ -d "${HOME}/.ksh" ] ; then
for file in "${HOME}"/.ksh/* ; do
2010-11-09 22:45:07 -06:00
. "${file}"
2009-01-13 01:31:32 -06:00
done
fi