source ~/.zshrc.d/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh source ~/.zshrc.d/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh fpath=(~/.zshrc.d/plugins/completions/ $fpath) [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh for f in ~/.zshrc.d/local/*.zsh ; do source "$f" done 2>/dev/null /bin/true