Vim
*.vim files in the directory ~/.vim/plugin will be loaded since vimrc contains plugin on
Tmux
According to tmux documentation, source-file can be used on a glob(3) pattern. Theoretically I could add a source-file ~/.tmux/custom-dir/* and load many files at once.
Zsh
this looks pretty good.
Vim
*.vimfiles in the directory~/.vim/pluginwill be loaded since vimrc containsplugin onTmux
According to tmux documentation,
source-filecan be used ona glob(3) pattern. Theoretically I could add asource-file ~/.tmux/custom-dir/*and load many files at once.Zsh
this looks pretty good.