migrate autoloading to a common file

This commit is contained in:
Loic Nageleisen 2012-08-13 15:52:27 +02:00
parent fa80fdd2ac
commit 3527cee4cb
2 changed files with 8 additions and 4 deletions

View file

@ -1,9 +1,7 @@
## .profile
# load all shell files
for file in ~/.dotfiles/shell/*; do
[[ -x $file ]] && source $file
done
. "$DOTFILES_ROOT_DIR/shell/autoload"
export PATH
# vim: ft=sh