Skip to content
This repository has been archived by the owner on Oct 26, 2018. It is now read-only.

Commit

Permalink
dont rely on $0, fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Aug 15, 2012
1 parent 3e49196 commit 2b9bd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/.profile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

shopt -s nullglob
for profile in $(dirname $0)/.profile.d/*; do
for profile in $HOME/.profile.d/*; do
source $profile
done

0 comments on commit 2b9bd63

Please sign in to comment.