Correct comment to reflect the exact path (~/.oh-my-zsh/lib)

This commit is contained in:
jb 2013-01-10 00:46:02 +01:00
commit fc185cddc8

View file

@ -9,7 +9,7 @@ fi
# add a function path
fpath=($ZSH/functions $ZSH/completions $fpath)
# Load all of the config files in ~/oh-my-zsh that end in .zsh
# Load all of the config files in ~/.oh-my-zsh/lib that end in .zsh
# TIP: Add files you don't want in git to .gitignore
for config_file ($ZSH/lib/*.zsh); do
source $config_file