zshrc 190 B

123456789
  1. source ~/dotfiles/shell/common/load
  2. for file in ~/dotfiles/shell/zsh/*.zsh; do
  3. source $file
  4. done
  5. [[ -r ~/.zshrc.local ]] && source ~/.zshrc.local
  6. [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh