mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-18 01:29:06 +00:00
10 lines
133 B
Bash
Executable File
10 lines
133 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
|
|
source $DOTFILES/autoload_completions.zsh
|
|
|
|
dir="${0:A:h}"
|
|
|
|
for file in $dir/common/*.zsh; do
|
|
source $file
|
|
done
|