control script auto inclusion with +x bit

This commit is contained in:
Loic Nageleisen 2012-08-13 15:39:35 +02:00
parent 91c61d4783
commit 99b4586d68
9 changed files with 1 additions and 1 deletions

View file

@ -12,7 +12,7 @@ path_prepend () {
# load all shell files
for file in ~/.dotfiles/shell/*; do
. $file
[[ -x $file ]] && source $file
done
export PATH