Skip to content

Commit

Permalink
echo $i => . $i
Browse files Browse the repository at this point in the history
  • Loading branch information
iambus committed Nov 20, 2008
1 parent 7ae0fe3 commit 5f1ab2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ unset USERNAME

for i in ~/.bash_profile.d/*sh ; do
if [ -r "$i" ]; then
echo $i
. $i
fi
done

Expand Down

0 comments on commit 5f1ab2b

Please sign in to comment.