mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
3 lines
57 B
Bash
3 lines
57 B
Bash
for file in ${0:A:h}/*.zsh(.N); do
|
|
source "$file"
|
|
done
|