adding homebrew completions - and a function dir

This commit is contained in:
Erik Kastner 2009-10-26 00:47:23 -04:00
commit aa4b6fb64b
2 changed files with 64 additions and 0 deletions

View file

@ -1,5 +1,8 @@
# Initializes Oh My Zsh
# add a function path
fpath=($ZSH/functions $fpath)
# Load all of the config files in ~/oh-my-zsh that end in .zsh
# TIP: Add files you don't want in git to .gitignore
for config_file ($ZSH/lib/*.zsh) source $config_file