aboutsummaryrefslogtreecommitdiff
path: root/zshrc
blob: 440baa5bf11d84448e51bdf315510e1736f11dd3 (plain) (blame)
1
2
3
4
5
6
# Loads the other files in order. This file should not be touched. It is used
# simply as a way to load the other files in the .zshrc.d folder.

for f in $HOME/.zshrc.d/*.zsh ; do
  source "$f"
done || true