1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-01-04 17:44:45 +01:00

adding homebrew completions - and a function dir

This commit is contained in:
Erik Kastner
2009-10-26 00:47:23 -04:00
parent c03aab5164
commit b865f2ab38
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