mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
control script auto inclusion with +x bit
This commit is contained in:
parent
91c61d4783
commit
99b4586d68
9 changed files with 1 additions and 1 deletions
|
|
@ -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
0
shell/aliases
Normal file → Executable file
0
shell/colors
Normal file → Executable file
0
shell/colors
Normal file → Executable file
0
shell/editor
Normal file → Executable file
0
shell/editor
Normal file → Executable file
0
shell/homebrew
Normal file → Executable file
0
shell/homebrew
Normal file → Executable file
0
shell/osx
Normal file → Executable file
0
shell/osx
Normal file → Executable file
0
shell/rbenv
Normal file → Executable file
0
shell/rbenv
Normal file → Executable file
0
shell/ssh
Normal file → Executable file
0
shell/ssh
Normal file → Executable file
0
shell/user
Normal file → Executable file
0
shell/user
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue