aboutsummaryrefslogtreecommitdiff
path: root/99-plugins.zsh
blob: 466ba90a8b757548f4fb64e983b9737cc6d2a567 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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