mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
b1335a3628
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
4 lines
57 B
Bash
4 lines
57 B
Bash
for file in ~/.config/zsh/*.zsh; do
|
|
source "$file"
|
|
done
|