dotfiles/home/.zshrc
Marko Korhonen b1335a3628 Removed commit history
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2019-10-26 20:05:31 +03:00

4 lines
57 B
Bash

for file in ~/.config/zsh/*.zsh; do
source "$file"
done