dots/shinit

12 lines
205 B
Text
Raw Normal View History

2009-01-13 01:34:56 -06: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