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 # load all shell files
for file in ~/.dotfiles/shell/*; do for file in ~/.dotfiles/shell/*; do
. $file [[ -x $file ]] && source $file
done done
export PATH export PATH

0
shell/aliases Normal file → Executable file
View file

0
shell/colors Normal file → Executable file
View file

0
shell/editor Normal file → Executable file
View file

0
shell/homebrew Normal file → Executable file
View file

0
shell/osx Normal file → Executable file
View file

0
shell/rbenv Normal file → Executable file
View file

0
shell/ssh Normal file → Executable file
View file

0
shell/user Normal file → Executable file
View file