aboutsummaryrefslogblamecommitdiff
path: root/check/zsh.sh
blob: ce20958408fa7510c8665e2d01234ebddc039b7e (plain) (tree)
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'