|
|
@ -6,8 +6,8 @@ if [[ "$TERM" == 'dumb' ]]; then
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
# Load all files in $ZSH/oh-my-zsh/lib/ that end in .zsh.
|
|
|
|
# Load all files in $ZSH/oh-my-zsh/lib/ that end in .zsh.
|
|
|
|
for config_file in $ZSH/lib/*.zsh; do
|
|
|
|
for function_file in $ZSH/functions/*.zsh; do
|
|
|
|
source "$config_file"
|
|
|
|
source "$function_file"
|
|
|
|
done
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
# Add all defined plugins to fpath.
|
|
|
|
# Add all defined plugins to fpath.
|
|
|
|