aboutsummaryrefslogtreecommitdiff
path: root/check/zsh.sh
blob: 0170e5864af3425c46dd052ea0ef568d1c1dae61 (plain) (blame)
1
2
3
4
5
6
7
8
9
set \
    zsh/zprofile \
    zsh/zshrc.d/*.zsh \
    zsh/zshrc
for zsh do
    zsh -n -- "$zsh" || exit
done
sh -n zsh/profile.d/zsh.sh || exit
printf 'Z shell dotfiles parsed successfully.\n'