You can either source
from these files individually, or link them into your $ZSH_CUSTOM
dir if using Zsh.
If using Zsh (highly recommended!), cd
to this directory, then:
for file in *.zsh; do ln -s `pwd`/`ls $file` $ZSH_CUSTOM/$file; done
If not using Zsh, add this line to your ~/.bashrc
:
source path/to/these/aliases/*.zsh