omz tool to dynamically load plugins

This commit is contained in:
nebirhos 2012-03-24 05:14:54 +01:00
commit b326820004
5 changed files with 100 additions and 41 deletions

View file

@ -7,7 +7,7 @@ fi
# Initializes Oh My Zsh
# add a function path
fpath=($ZSH/functions $ZSH/completions $fpath)
fpath=($ZSH/tools $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
@ -76,3 +76,4 @@ fi
# Add omz command line tool
export PATH="$ZSH/bin:$PATH"
alias omz="source omz.sh"