dots/kshrc

12 lines
207 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
. $file
done
fi
if [ -d "${HOME}/.ksh" ] ; then
for file in "${HOME}"/.ksh/* ; do
. $file
done
fi