Renamed lib/ to functions/ and renamed files inside of it.

This commit is contained in:
Sorin Ionescu 2011-07-14 16:12:15 -04:00
parent 00d4f280ae
commit 3fd9cf9f86
13 changed files with 2 additions and 2 deletions

View file

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