2022-04-25 08:33:43 +00:00
|
|
|
sources=(
|
|
|
|
'aliases'
|
|
|
|
'colour'
|
|
|
|
'functions'
|
|
|
|
'fzf'
|
|
|
|
'general'
|
|
|
|
'git'
|
|
|
|
'history'
|
|
|
|
'navigation'
|
|
|
|
'nvm'
|
|
|
|
'options'
|
|
|
|
'path'
|
|
|
|
'platformsh'
|
|
|
|
'plugins'
|
|
|
|
'post/completion'
|
|
|
|
)
|
2020-06-20 23:11:43 +00:00
|
|
|
|
2022-04-25 08:33:43 +00:00
|
|
|
for s in "${sources[@]}"; do
|
|
|
|
source $HOME/.zsh/configs/${s}.zsh
|
|
|
|
done
|
2020-01-21 07:21:30 +00:00
|
|
|
|
2019-10-06 00:36:38 +00:00
|
|
|
# Local config
|
|
|
|
[[ -f ~/.zshrc.local ]] && source ~/.zshrc.local
|